pub struct OlmPkSigning { /* private fields */ }Trait Implementations§
Source§impl Clone for OlmPkSigning
impl Clone for OlmPkSigning
Source§fn clone(&self) -> OlmPkSigning
fn clone(&self) -> OlmPkSigning
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 OlmPkSigning
impl Debug for OlmPkSigning
impl Copy for OlmPkSigning
Auto Trait Implementations§
impl Freeze for OlmPkSigning
impl RefUnwindSafe for OlmPkSigning
impl Send for OlmPkSigning
impl Sync for OlmPkSigning
impl Unpin for OlmPkSigning
impl UnsafeUnpin for OlmPkSigning
impl UnwindSafe for OlmPkSigning
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