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