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