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