pub struct markConversationRead;
Trait Implementations§
Source§impl Field for markConversationRead
impl Field for markConversationRead
Auto Trait Implementations§
impl Freeze for markConversationRead
impl RefUnwindSafe for markConversationRead
impl Send for markConversationRead
impl Sync for markConversationRead
impl Unpin for markConversationRead
impl UnwindSafe for markConversationRead
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