pub struct Aad<A>(_);
Implementations
Trait Implementations
sourceimpl<A> ConstTimeEq<Aad<A>> for Aad<A>where
A: ConstTimeEq + BytewiseEquality + Eq,
impl<A> ConstTimeEq<Aad<A>> for Aad<A>where
A: ConstTimeEq + BytewiseEquality + Eq,
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more