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