pub struct Encrypted<K, T> { /* private fields */ }Implementations§
Trait Implementations§
Source§impl<K, T> ListHashes for Encrypted<K, T>
impl<K, T> ListHashes for Encrypted<K, T>
fn list_hashes(&self, f: &mut impl FnMut(Hash))
fn topology_hash(&self) -> Hash
fn point_count(&self) -> usize
Source§impl<K: Key, T: Object<Extra>, Extra: 'static + Send + Sync + Clone, I: PointInput<Extra = WithKey<K, Extra>>> Parse<I> for Encrypted<K, T>
impl<K: Key, T: Object<Extra>, Extra: 'static + Send + Sync + Clone, I: PointInput<Extra = WithKey<K, Extra>>> Parse<I> for Encrypted<K, T>
Auto Trait Implementations§
impl<K, T> Freeze for Encrypted<K, T>where
K: Freeze,
impl<K, T> !RefUnwindSafe for Encrypted<K, T>
impl<K, T> Send for Encrypted<K, T>
impl<K, T> Sync for Encrypted<K, T>
impl<K, T> Unpin for Encrypted<K, T>where
K: Unpin,
impl<K, T> !UnwindSafe for Encrypted<K, T>
Blanket Implementations§
Source§impl<T> AsAny for T
impl<T> AsAny for T
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