pub struct FrontendConversationEntry { /* private fields */ }Trait Implementations§
Source§impl Clone for FrontendConversationEntry
impl Clone for FrontendConversationEntry
Source§fn clone(&self) -> FrontendConversationEntry
fn clone(&self) -> FrontendConversationEntry
Returns a duplicate 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 moreSource§impl Debug for FrontendConversationEntry
impl Debug for FrontendConversationEntry
Auto Trait Implementations§
impl Freeze for FrontendConversationEntry
impl RefUnwindSafe for FrontendConversationEntry
impl Send for FrontendConversationEntry
impl Sync for FrontendConversationEntry
impl Unpin for FrontendConversationEntry
impl UnsafeUnpin for FrontendConversationEntry
impl UnwindSafe for FrontendConversationEntry
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