pub struct GistOrder;
Trait Implementations§
impl HasInputField<direction, OrderDirection> for GistOrder
impl HasInputField<field, GistOrderField> for GistOrder
impl InputObjectMarker for GistOrder
Auto Trait Implementations§
impl Freeze for GistOrder
impl RefUnwindSafe for GistOrder
impl Send for GistOrder
impl Sync for GistOrder
impl Unpin for GistOrder
impl UnwindSafe for GistOrder
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