pub struct NodeRegisterWalletRequest {
pub message: String,
pub signature: String,
pub registration_credentials: String,
pub capabilities: Vec<String>,
pub version: String,
}Fields§
§message: String§signature: String§registration_credentials: String§capabilities: Vec<String>§version: StringTrait Implementations§
Source§impl Debug for NodeRegisterWalletRequest
impl Debug for NodeRegisterWalletRequest
Auto Trait Implementations§
impl Freeze for NodeRegisterWalletRequest
impl RefUnwindSafe for NodeRegisterWalletRequest
impl Send for NodeRegisterWalletRequest
impl Sync for NodeRegisterWalletRequest
impl Unpin for NodeRegisterWalletRequest
impl UnsafeUnpin for NodeRegisterWalletRequest
impl UnwindSafe for NodeRegisterWalletRequest
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