pub struct Computer<Algorithm: Crc> { /* private fields */ }Implementations§
Auto Trait Implementations§
impl<Algorithm> Freeze for Computer<Algorithm>
impl<Algorithm> RefUnwindSafe for Computer<Algorithm>
impl<Algorithm> Send for Computer<Algorithm>
impl<Algorithm> Sync for Computer<Algorithm>
impl<Algorithm> Unpin for Computer<Algorithm>
impl<Algorithm> UnwindSafe for Computer<Algorithm>
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