pub struct SwarmLeaveResult {
pub success: bool,
pub output: String,
}Expand description
Result of swarm leave command
Fields§
§success: boolWhether the leave was successful
output: StringRaw output from the command
Trait Implementations§
Source§impl Clone for SwarmLeaveResult
impl Clone for SwarmLeaveResult
Source§fn clone(&self) -> SwarmLeaveResult
fn clone(&self) -> SwarmLeaveResult
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 SwarmLeaveResult
impl RefUnwindSafe for SwarmLeaveResult
impl Send for SwarmLeaveResult
impl Sync for SwarmLeaveResult
impl Unpin for SwarmLeaveResult
impl UnwindSafe for SwarmLeaveResult
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