pub enum SideValue {
Length(Length),
Auto,
}Expand description
One side in a mixed length/auto shorthand (margin: 4px auto).
Variants§
Trait Implementations§
impl Copy for SideValue
impl StructuralPartialEq for SideValue
Auto Trait Implementations§
impl Freeze for SideValue
impl RefUnwindSafe for SideValue
impl Send for SideValue
impl Sync for SideValue
impl Unpin for SideValue
impl UnsafeUnpin for SideValue
impl UnwindSafe for SideValue
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