pub struct autoInactive;
Trait Implementations§
Source§impl Field for autoInactive
impl Field for autoInactive
impl HasInputField<autoInactive, Option<bool>> for CreateDeploymentStatusInput
Auto Trait Implementations§
impl Freeze for autoInactive
impl RefUnwindSafe for autoInactive
impl Send for autoInactive
impl Sync for autoInactive
impl Unpin for autoInactive
impl UnwindSafe for autoInactive
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