pub struct deployment;Trait Implementations§
Source§impl HasArgument<deployment> for members
impl HasArgument<deployment> for members
Source§type ArgumentType = Option<EnterpriseUserDeployment>
type ArgumentType = Option<EnterpriseUserDeployment>
The schema marker type of this argument.
Auto Trait Implementations§
impl Freeze for deployment
impl RefUnwindSafe for deployment
impl Send for deployment
impl Sync for deployment
impl Unpin for deployment
impl UnwindSafe for deployment
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