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