pub struct GetVersionResult {
pub version: String,
}Expand description
Version information about the wallet implementation.
Fields§
§version: StringTrait Implementations§
Source§impl Clone for GetVersionResult
impl Clone for GetVersionResult
Source§fn clone(&self) -> GetVersionResult
fn clone(&self) -> GetVersionResult
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 GetVersionResult
impl RefUnwindSafe for GetVersionResult
impl Send for GetVersionResult
impl Sync for GetVersionResult
impl Unpin for GetVersionResult
impl UnsafeUnpin for GetVersionResult
impl UnwindSafe for GetVersionResult
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