pub struct NodeInfo(/* private fields */);
Implementations§
Trait Implementations§
Source§impl From<NodeGetInfoResponse> for NodeInfo
impl From<NodeGetInfoResponse> for NodeInfo
Source§fn from(resp: NodeGetInfoResponse) -> Self
fn from(resp: NodeGetInfoResponse) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for NodeInfo
impl RefUnwindSafe for NodeInfo
impl Send for NodeInfo
impl Sync for NodeInfo
impl Unpin for NodeInfo
impl UnwindSafe for NodeInfo
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