pub(crate) struct MessageStoreObj {
pub(crate) _message: String<256>,
}Fields§
§_message: String<256>Trait Implementations§
Source§impl BaseType for MessageStoreObj
impl BaseType for MessageStoreObj
Source§fn fingerprint() -> u64
fn fingerprint() -> u64
The fingerprint of this type.
Source§impl Clone for MessageStoreObj
impl Clone for MessageStoreObj
Source§fn clone(&self) -> MessageStoreObj
fn clone(&self) -> MessageStoreObj
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for MessageStoreObj
impl ObjSafe for MessageStoreObj
impl RefUnwindSafe for MessageStoreObj
impl Send for MessageStoreObj
impl StoreCopy for MessageStoreObj
impl Sync for MessageStoreObj
impl Unpin for MessageStoreObj
impl UnwindSafe for MessageStoreObj
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more