pub struct Aad<A>(_);
Implementations
Trait Implementations
sourceimpl<A> PartialEq<Aad<A>> for Aad<A>where
A: PartialEq,
impl<A> PartialEq<Aad<A>> for Aad<A>where
A: PartialEq,
impl<A: BytewiseEquality> BytewiseEquality for Aad<A>
impl<A: ContiguousMemory> ContiguousMemory for Aad<A>
impl<A> Copy for Aad<A>where
A: Copy,
impl<A> Eq for Aad<A>where
A: Eq,
Auto Trait Implementations
impl<A> RefUnwindSafe for Aad<A>where
A: RefUnwindSafe,
impl<A> Send for Aad<A>where
A: Send,
impl<A> Sync for Aad<A>where
A: Sync,
impl<A> Unpin for Aad<A>where
A: Unpin,
impl<A> UnwindSafe for Aad<A>where
A: UnwindSafe,
Blanket Implementations
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstablefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
impl<T> EnclaveRange for Twhere
T: ContiguousMemory,
impl<T> EnclaveRange for Twhere
T: ContiguousMemory,
default fn is_enclave_range(&self) -> bool
default fn is_host_range(&self) -> bool
impl<T> ToOwned for Twhere
T: Clone,
impl<T> ToOwned for Twhere
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
fn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
Uses borrowed data to replace owned data, usually by cloning. Read more