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