pub struct deployments;Trait Implementations§
Source§impl Field for deployments
impl Field for deployments
Auto Trait Implementations§
impl Freeze for deployments
impl RefUnwindSafe for deployments
impl Send for deployments
impl Sync for deployments
impl Unpin for deployments
impl UnwindSafe for deployments
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