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