pub enum FlexDataType {
Frame(Fr),
}Expand description
MDN documentation
CSSWG specification
NOTE: Not to be confused with flex property!
Variants§
Implementations§
Source§impl FlexDataType
impl FlexDataType
Trait Implementations§
Source§impl Clone for FlexDataType
impl Clone for FlexDataType
Source§fn clone(&self) -> FlexDataType
fn clone(&self) -> FlexDataType
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 FlexDataType
impl Debug for FlexDataType
Source§impl Display for FlexDataType
impl Display for FlexDataType
Source§impl FrameStorage for FlexDataType
impl FrameStorage for FlexDataType
Source§impl From<Fr> for FlexDataType
impl From<Fr> for FlexDataType
Source§impl PartialEq for FlexDataType
impl PartialEq for FlexDataType
impl StructuralPartialEq for FlexDataType
Auto Trait Implementations§
impl Freeze for FlexDataType
impl RefUnwindSafe for FlexDataType
impl Send for FlexDataType
impl Sync for FlexDataType
impl Unpin for FlexDataType
impl UnwindSafe for FlexDataType
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