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