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