pub struct CssonR { /* private fields */ }
Expand description
Value of the field CSSON
Implementations§
Auto Trait Implementations§
impl Freeze for CssonR
impl RefUnwindSafe for CssonR
impl Send for CssonR
impl Sync for CssonR
impl Unpin for CssonR
impl UnwindSafe for CssonR
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