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