pub struct SerialDeployer { /* private fields */ }Expand description
One reusable inspectable deployment component.
Trait Implementations§
Source§impl Clone for SerialDeployer
impl Clone for SerialDeployer
Source§fn clone(&self) -> SerialDeployer
fn clone(&self) -> SerialDeployer
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for SerialDeployer
impl RefUnwindSafe for SerialDeployer
impl Send for SerialDeployer
impl Sync for SerialDeployer
impl Unpin for SerialDeployer
impl UnsafeUnpin for SerialDeployer
impl UnwindSafe for SerialDeployer
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