pub struct Encrypted<K, T> { /* private fields */ }Implementations§
Trait Implementations§
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>
Source§impl<K: Key, T: Topological> Topological for Encrypted<K, T>
impl<K: Key, T: Topological> Topological for Encrypted<K, T>
fn accept_points(&self, visitor: &mut impl PointVisitor)
fn topology_hash(&self) -> Hash
fn point_count(&self) -> usize
fn topology(&self) -> Vec<Arc<dyn Singular>>
impl<K: Key, T: Object<Extra>, Extra: 'static + Send + Sync + Clone> Object<WithKey<K, Extra>> 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