#[repr(C)]pub struct VarOnShorthandPropertyError {
pub key: CombinedCssPropertyType,
pub value: AzString,
}Expand description
Wrapper for VarOnShorthandProperty error.
Fields§
§key: CombinedCssPropertyType§value: AzStringTrait Implementations§
Source§impl Clone for VarOnShorthandPropertyError
impl Clone for VarOnShorthandPropertyError
Source§fn clone(&self) -> VarOnShorthandPropertyError
fn clone(&self) -> VarOnShorthandPropertyError
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 VarOnShorthandPropertyError
impl Debug for VarOnShorthandPropertyError
impl Eq for VarOnShorthandPropertyError
impl StructuralPartialEq for VarOnShorthandPropertyError
Auto Trait Implementations§
impl Freeze for VarOnShorthandPropertyError
impl RefUnwindSafe for VarOnShorthandPropertyError
impl Send for VarOnShorthandPropertyError
impl Sync for VarOnShorthandPropertyError
impl Unpin for VarOnShorthandPropertyError
impl UnsafeUnpin for VarOnShorthandPropertyError
impl UnwindSafe for VarOnShorthandPropertyError
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