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