pub struct NodeGetInfoResponse(/* private fields */);
Trait Implementations§
Source§impl Debug for NodeGetInfoResponse
impl Debug for NodeGetInfoResponse
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 NodeGetInfoResponse
impl RefUnwindSafe for NodeGetInfoResponse
impl Send for NodeGetInfoResponse
impl Sync for NodeGetInfoResponse
impl Unpin for NodeGetInfoResponse
impl UnwindSafe for NodeGetInfoResponse
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