pub struct Class(/* private fields */);
Expand description
A builder for constructing values for the class
attribute.
Implementations§
Trait Implementations§
Source§impl From<Class> for HeadingAttr
impl From<Class> for HeadingAttr
Source§fn from(t: Class) -> HeadingAttr
fn from(t: Class) -> HeadingAttr
Converts to this type from the input type.
Source§impl From<Class> for SelectAttr
impl From<Class> for SelectAttr
Source§fn from(t: Class) -> SelectAttr
fn from(t: Class) -> SelectAttr
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for Class
impl RefUnwindSafe for Class
impl Send for Class
impl Sync for Class
impl Unpin for Class
impl UnwindSafe for Class
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