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