Struct GetEd25519ByAddress
pub struct GetEd25519ByAddress {
pub pos: ChainPos,
pub address: Address,
}Fields§
§pos: ChainPos§address: AddressTrait Implementations§
Auto Trait Implementations§
impl Freeze for GetEd25519ByAddress
impl RefUnwindSafe for GetEd25519ByAddress
impl Send for GetEd25519ByAddress
impl Sync for GetEd25519ByAddress
impl Unpin for GetEd25519ByAddress
impl UnsafeUnpin for GetEd25519ByAddress
impl UnwindSafe for GetEd25519ByAddress
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