Struct css_modules::Stylesheet
source · pub struct Stylesheet {
pub resource: Cursor<Vec<u8>>,
}
Expand description
A CSS Stylesheet that Module
s can be written to
Fields§
§resource: Cursor<Vec<u8>>
Implementations§
Trait Implementations§
source§impl Debug for Stylesheet
impl Debug for Stylesheet
Auto Trait Implementations§
impl Freeze for Stylesheet
impl RefUnwindSafe for Stylesheet
impl Send for Stylesheet
impl Sync for Stylesheet
impl Unpin for Stylesheet
impl UnwindSafe for Stylesheet
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