pub struct FastCDC {}
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FastCDC
impl RefUnwindSafe for FastCDC
impl Send for FastCDC
impl Sync for FastCDC
impl Unpin for FastCDC
impl UnwindSafe for FastCDC
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