pub struct draftsListShowArchived;
Trait Implementations§
Source§impl Field for draftsListShowArchived
impl Field for draftsListShowArchived
impl HasInputField<draftsListShowArchived, Option<bool>> for UpdateUserDataInput
Auto Trait Implementations§
impl Freeze for draftsListShowArchived
impl RefUnwindSafe for draftsListShowArchived
impl Send for draftsListShowArchived
impl Sync for draftsListShowArchived
impl Unpin for draftsListShowArchived
impl UnwindSafe for draftsListShowArchived
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