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