pub struct direction;
Trait Implementations§
Source§impl HasArgument<direction> for refs
impl HasArgument<direction> for refs
Source§type ArgumentType = Option<OrderDirection>
type ArgumentType = Option<OrderDirection>
The schema marker type of this argument.
Auto Trait Implementations§
impl Freeze for direction
impl RefUnwindSafe for direction
impl Send for direction
impl Sync for direction
impl Unpin for direction
impl UnwindSafe for direction
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