Struct mutiny_core::scb::EncryptedSCB
source · pub struct EncryptedSCB { /* private fields */ }Trait Implementations§
source§impl Clone for EncryptedSCB
impl Clone for EncryptedSCB
source§fn clone(&self) -> EncryptedSCB
fn clone(&self) -> EncryptedSCB
Returns a copy 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 EncryptedSCB
impl Debug for EncryptedSCB
source§impl Display for EncryptedSCB
impl Display for EncryptedSCB
source§impl FromStr for EncryptedSCB
impl FromStr for EncryptedSCB
source§impl PartialEq<EncryptedSCB> for EncryptedSCB
impl PartialEq<EncryptedSCB> for EncryptedSCB
source§fn eq(&self, other: &EncryptedSCB) -> bool
fn eq(&self, other: &EncryptedSCB) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Readable for EncryptedSCB
impl Readable for EncryptedSCB
source§impl Writeable for EncryptedSCB
impl Writeable for EncryptedSCB
impl Eq for EncryptedSCB
impl StructuralEq for EncryptedSCB
impl StructuralPartialEq for EncryptedSCB
Auto Trait Implementations§
impl RefUnwindSafe for EncryptedSCB
impl Send for EncryptedSCB
impl Sync for EncryptedSCB
impl Unpin for EncryptedSCB
impl UnwindSafe for EncryptedSCB
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
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.