pub struct TestCrc<'a, C: 'a> { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a, C> !Freeze for TestCrc<'a, C>
impl<'a, C> !RefUnwindSafe for TestCrc<'a, C>
impl<'a, C> !Sync for TestCrc<'a, C>
impl<'a, C> !UnwindSafe for TestCrc<'a, C>
impl<'a, C> Send for TestCrc<'a, C>where
C: Sync,
impl<'a, C> Unpin for TestCrc<'a, C>
impl<'a, C> UnsafeUnpin for TestCrc<'a, C>
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