pub struct Syn;Expand description
Marker for using the ECIES-SYN variant for authentication
Auto Trait Implementations
impl RefUnwindSafe for Syn
impl Send for Syn
impl Sync for Syn
impl Unpin for Syn
impl UnwindSafe for Syn
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more