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