Struct gstd::Ss58Address
pub struct Ss58Address { /* private fields */ }
Expand description
Represents SS58 address.
Implementations§
§impl Ss58Address
impl Ss58Address
Trait Implementations§
§impl Debug for Ss58Address
impl Debug for Ss58Address
Auto Trait Implementations§
impl Freeze for Ss58Address
impl RefUnwindSafe for Ss58Address
impl Send for Ss58Address
impl Sync for Ss58Address
impl Unpin for Ss58Address
impl UnwindSafe for Ss58Address
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