pub struct BreakpointEntry { /* private fields */ }Expand description
A breakpoint entry mapping a minimum viewport width to a strategy.
Implementations§
Trait Implementations§
Source§impl Clone for BreakpointEntry
impl Clone for BreakpointEntry
Source§fn clone(&self) -> BreakpointEntry
fn clone(&self) -> BreakpointEntry
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for BreakpointEntry
impl RefUnwindSafe for BreakpointEntry
impl Send for BreakpointEntry
impl Sync for BreakpointEntry
impl Unpin for BreakpointEntry
impl UnsafeUnpin for BreakpointEntry
impl UnwindSafe for BreakpointEntry
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