pub struct ClassRule { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ClassRule
impl RefUnwindSafe for ClassRule
impl Send for ClassRule
impl Sync for ClassRule
impl Unpin for ClassRule
impl UnsafeUnpin for ClassRule
impl UnwindSafe for ClassRule
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