pub struct AVHashContext { /* private fields */ }Trait Implementations§
Source§impl Clone for AVHashContext
impl Clone for AVHashContext
Source§fn clone(&self) -> AVHashContext
fn clone(&self) -> AVHashContext
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for AVHashContext
Auto Trait Implementations§
impl Freeze for AVHashContext
impl RefUnwindSafe for AVHashContext
impl Send for AVHashContext
impl Sync for AVHashContext
impl Unpin for AVHashContext
impl UnsafeUnpin for AVHashContext
impl UnwindSafe for AVHashContext
Blanket Implementations§
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