Struct capsules_extra::proximity::Thresholds
source · pub struct Thresholds { /* private fields */ }
Trait Implementations§
source§impl Default for Thresholds
impl Default for Thresholds
source§fn default() -> Thresholds
fn default() -> Thresholds
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for Thresholds
impl RefUnwindSafe for Thresholds
impl Send for Thresholds
impl Sync for Thresholds
impl Unpin for Thresholds
impl UnwindSafe for Thresholds
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