pub struct LocalSymmetricKey(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for LocalSymmetricKey
impl Clone for LocalSymmetricKey
Source§fn clone(&self) -> LocalSymmetricKey
fn clone(&self) -> LocalSymmetricKey
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 LocalSymmetricKey
impl Debug for LocalSymmetricKey
Source§impl Drop for LocalSymmetricKey
impl Drop for LocalSymmetricKey
Source§impl From<LocalSymmetricKey> for LocalSymmetricKeySource
impl From<LocalSymmetricKey> for LocalSymmetricKeySource
Source§fn from(value: LocalSymmetricKey) -> Self
fn from(value: LocalSymmetricKey) -> Self
Converts to this type from the input type.
Source§impl PartialEq for LocalSymmetricKey
impl PartialEq for LocalSymmetricKey
Source§fn eq(&self, other: &LocalSymmetricKey) -> bool
fn eq(&self, other: &LocalSymmetricKey) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Zeroize for LocalSymmetricKey
impl Zeroize for LocalSymmetricKey
impl Eq for LocalSymmetricKey
impl StructuralPartialEq for LocalSymmetricKey
Auto Trait Implementations§
impl Freeze for LocalSymmetricKey
impl RefUnwindSafe for LocalSymmetricKey
impl Send for LocalSymmetricKey
impl Sync for LocalSymmetricKey
impl Unpin for LocalSymmetricKey
impl UnsafeUnpin for LocalSymmetricKey
impl UnwindSafe for LocalSymmetricKey
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