pub struct MsgContentChatRef<'a> {
pub text: &'a String,
pub chat_link: &'a MsgChatLink,
pub owner_sig: &'a Option<LinkOwnerSig>,
}Fields§
§text: &'a String§chat_link: &'a MsgChatLink§owner_sig: &'a Option<LinkOwnerSig>Trait Implementations§
Source§impl<'a> Clone for MsgContentChatRef<'a>
impl<'a> Clone for MsgContentChatRef<'a>
Source§fn clone(&self) -> MsgContentChatRef<'a>
fn clone(&self) -> MsgContentChatRef<'a>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl<'a> Copy for MsgContentChatRef<'a>
Auto Trait Implementations§
impl<'a> Freeze for MsgContentChatRef<'a>
impl<'a> RefUnwindSafe for MsgContentChatRef<'a>
impl<'a> Send for MsgContentChatRef<'a>
impl<'a> Sync for MsgContentChatRef<'a>
impl<'a> Unpin for MsgContentChatRef<'a>
impl<'a> UnsafeUnpin for MsgContentChatRef<'a>
impl<'a> UnwindSafe for MsgContentChatRef<'a>
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