pub struct Sep53;Expand description
SEP-53 Signed Data Standard
Implementations§
Auto Trait Implementations§
impl Freeze for Sep53
impl RefUnwindSafe for Sep53
impl Send for Sep53
impl Sync for Sep53
impl Unpin for Sep53
impl UnsafeUnpin for Sep53
impl UnwindSafe for Sep53
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