pub struct falcon_key { /* private fields */ }Trait Implementations§
Source§impl Clone for falcon_key
impl Clone for falcon_key
Source§fn clone(&self) -> falcon_key
fn clone(&self) -> falcon_key
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for falcon_key
impl Debug for falcon_key
impl Copy for falcon_key
Auto Trait Implementations§
impl Freeze for falcon_key
impl RefUnwindSafe for falcon_key
impl Send for falcon_key
impl Sync for falcon_key
impl Unpin for falcon_key
impl UnwindSafe for falcon_key
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