pub enum ColorProfilePrelude<'a> {
DashedIdent(InterpolableIdent<'a>),
DeviceCmyk(Ident<'a>),
}Variants§
DashedIdent(InterpolableIdent<'a>)
DeviceCmyk(Ident<'a>)
Trait Implementations§
Source§impl<'a> Debug for ColorProfilePrelude<'a>
impl<'a> Debug for ColorProfilePrelude<'a>
Source§impl<'a> Parse<'a> for ColorProfilePrelude<'a>
impl<'a> Parse<'a> for ColorProfilePrelude<'a>
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for ColorProfilePrelude<'a>
impl<'a> !Send for ColorProfilePrelude<'a>
impl<'a> !Sync for ColorProfilePrelude<'a>
impl<'a> !UnwindSafe for ColorProfilePrelude<'a>
impl<'a> Freeze for ColorProfilePrelude<'a>
impl<'a> Unpin for ColorProfilePrelude<'a>
impl<'a> UnsafeUnpin for ColorProfilePrelude<'a>
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