Struct GetEd25519Addr
pub struct GetEd25519Addr {
pub pos: ChainPos,
pub id: NodeID,
}Fields§
§pos: ChainPos§id: NodeIDTrait Implementations§
§impl Debug for GetEd25519Addr
impl Debug for GetEd25519Addr
§impl Message for GetEd25519Addr
impl Message for GetEd25519Addr
Auto Trait Implementations§
impl Freeze for GetEd25519Addr
impl RefUnwindSafe for GetEd25519Addr
impl Send for GetEd25519Addr
impl Sync for GetEd25519Addr
impl Unpin for GetEd25519Addr
impl UnwindSafe for GetEd25519Addr
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