pub enum OwnedSig {
Ed25519([u8; 64]),
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OwnedSig
impl RefUnwindSafe for OwnedSig
impl Send for OwnedSig
impl Sync for OwnedSig
impl Unpin for OwnedSig
impl UnwindSafe for OwnedSig
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