pub struct overlap_shrink(/* private fields */);Trait Implementations§
Source§impl Debug for overlap_shrink
impl Debug for overlap_shrink
Source§impl Default for overlap_shrink
impl Default for overlap_shrink
Source§impl IntoAttribute for overlap_shrink
impl IntoAttribute for overlap_shrink
Source§impl PartialEq for overlap_shrink
impl PartialEq for overlap_shrink
Source§fn eq(&self, other: &overlap_shrink) -> bool
fn eq(&self, other: &overlap_shrink) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for overlap_shrink
Auto Trait Implementations§
impl Freeze for overlap_shrink
impl RefUnwindSafe for overlap_shrink
impl Send for overlap_shrink
impl Sync for overlap_shrink
impl Unpin for overlap_shrink
impl UnsafeUnpin for overlap_shrink
impl UnwindSafe for overlap_shrink
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