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