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