pub struct DeploymentOrderField {}
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DeploymentOrderField
impl RefUnwindSafe for DeploymentOrderField
impl Send for DeploymentOrderField
impl Sync for DeploymentOrderField
impl Unpin for DeploymentOrderField
impl UnwindSafe for DeploymentOrderField
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