pub struct ClearHeightEvidence { /* private fields */ }Expand description
The clear height of a space, in metres.
Implementations§
Trait Implementations§
Source§impl Clone for ClearHeightEvidence
impl Clone for ClearHeightEvidence
Source§fn clone(&self) -> ClearHeightEvidence
fn clone(&self) -> ClearHeightEvidence
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ClearHeightEvidence
impl Debug for ClearHeightEvidence
Source§impl PartialEq for ClearHeightEvidence
impl PartialEq for ClearHeightEvidence
impl StructuralPartialEq for ClearHeightEvidence
Auto Trait Implementations§
impl Freeze for ClearHeightEvidence
impl RefUnwindSafe for ClearHeightEvidence
impl Send for ClearHeightEvidence
impl Sync for ClearHeightEvidence
impl Unpin for ClearHeightEvidence
impl UnsafeUnpin for ClearHeightEvidence
impl UnwindSafe for ClearHeightEvidence
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