pub struct BoundaryGap { /* private fields */ }Expand description
A contiguous run of space boundary that no element covers.
Implementations§
Trait Implementations§
Source§impl Clone for BoundaryGap
impl Clone for BoundaryGap
Source§fn clone(&self) -> BoundaryGap
fn clone(&self) -> BoundaryGap
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 BoundaryGap
impl Debug for BoundaryGap
Source§impl PartialEq for BoundaryGap
impl PartialEq for BoundaryGap
impl StructuralPartialEq for BoundaryGap
Auto Trait Implementations§
impl Freeze for BoundaryGap
impl RefUnwindSafe for BoundaryGap
impl Send for BoundaryGap
impl Sync for BoundaryGap
impl Unpin for BoundaryGap
impl UnsafeUnpin for BoundaryGap
impl UnwindSafe for BoundaryGap
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