pub struct SwarmUpdateResult {
pub success: bool,
pub output: String,
}Expand description
Result of swarm update command
Fields§
§success: boolWhether the update was successful
output: StringRaw output from the command
Trait Implementations§
Source§impl Clone for SwarmUpdateResult
impl Clone for SwarmUpdateResult
Source§fn clone(&self) -> SwarmUpdateResult
fn clone(&self) -> SwarmUpdateResult
Returns a duplicate of the value. Read more
1.0.0 · 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 SwarmUpdateResult
impl RefUnwindSafe for SwarmUpdateResult
impl Send for SwarmUpdateResult
impl Sync for SwarmUpdateResult
impl Unpin for SwarmUpdateResult
impl UnwindSafe for SwarmUpdateResult
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