pub enum WasmBreakpoint {
Sm,
Md,
Lg,
Xl,
Xl2,
}Expand description
WASM-optimized responsive breakpoints
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for WasmBreakpoint
impl Clone for WasmBreakpoint
Source§fn clone(&self) -> WasmBreakpoint
fn clone(&self) -> WasmBreakpoint
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 moreSource§impl Debug for WasmBreakpoint
impl Debug for WasmBreakpoint
Source§impl<'de> Deserialize<'de> for WasmBreakpoint
impl<'de> Deserialize<'de> for WasmBreakpoint
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for WasmBreakpoint
impl PartialEq for WasmBreakpoint
Source§impl Serialize for WasmBreakpoint
impl Serialize for WasmBreakpoint
impl Copy for WasmBreakpoint
impl Eq for WasmBreakpoint
impl StructuralPartialEq for WasmBreakpoint
Auto Trait Implementations§
impl Freeze for WasmBreakpoint
impl RefUnwindSafe for WasmBreakpoint
impl Send for WasmBreakpoint
impl Sync for WasmBreakpoint
impl Unpin for WasmBreakpoint
impl UnwindSafe for WasmBreakpoint
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