Struct fb2::Stylesheet
source · pub struct Stylesheet {
pub kind: String,
pub content: String,
}Fields§
§kind: String“type” is reserved in Rust
content: StringTrait Implementations§
source§impl Debug for Stylesheet
impl Debug for Stylesheet
source§impl PartialEq<Stylesheet> for Stylesheet
impl PartialEq<Stylesheet> for Stylesheet
source§fn eq(&self, other: &Stylesheet) -> bool
fn eq(&self, other: &Stylesheet) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for Stylesheet
Auto Trait Implementations§
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