pub struct MsgChatLinkGroupRef<'a> {
pub conn_link: &'a String,
pub group_profile: &'a GroupProfile,
}Fields§
§conn_link: &'a String§group_profile: &'a GroupProfileTrait Implementations§
Source§impl<'a> Clone for MsgChatLinkGroupRef<'a>
impl<'a> Clone for MsgChatLinkGroupRef<'a>
Source§fn clone(&self) -> MsgChatLinkGroupRef<'a>
fn clone(&self) -> MsgChatLinkGroupRef<'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 MsgChatLinkGroupRef<'a>
Auto Trait Implementations§
impl<'a> Freeze for MsgChatLinkGroupRef<'a>
impl<'a> RefUnwindSafe for MsgChatLinkGroupRef<'a>
impl<'a> Send for MsgChatLinkGroupRef<'a>
impl<'a> Sync for MsgChatLinkGroupRef<'a>
impl<'a> Unpin for MsgChatLinkGroupRef<'a>
impl<'a> UnsafeUnpin for MsgChatLinkGroupRef<'a>
impl<'a> UnwindSafe for MsgChatLinkGroupRef<'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