pub struct BoxLonghandInputV0 {
pub property: String,
pub value: String,
pub important: bool,
pub source_order: u32,
}Fields§
§property: String§value: String§important: bool§source_order: u32Trait Implementations§
Source§impl Clone for BoxLonghandInputV0
impl Clone for BoxLonghandInputV0
Source§fn clone(&self) -> BoxLonghandInputV0
fn clone(&self) -> BoxLonghandInputV0
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 BoxLonghandInputV0
impl Debug for BoxLonghandInputV0
impl Eq for BoxLonghandInputV0
Source§impl PartialEq for BoxLonghandInputV0
impl PartialEq for BoxLonghandInputV0
Source§fn eq(&self, other: &BoxLonghandInputV0) -> bool
fn eq(&self, other: &BoxLonghandInputV0) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for BoxLonghandInputV0
impl Serialize for BoxLonghandInputV0
impl StructuralPartialEq for BoxLonghandInputV0
Auto Trait Implementations§
impl Freeze for BoxLonghandInputV0
impl RefUnwindSafe for BoxLonghandInputV0
impl Send for BoxLonghandInputV0
impl Sync for BoxLonghandInputV0
impl Unpin for BoxLonghandInputV0
impl UnsafeUnpin for BoxLonghandInputV0
impl UnwindSafe for BoxLonghandInputV0
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