pub struct HtmlImportPart {
pub content: String,
pub filename: String,
pub default_name: Option<String>,
pub imports: Option<String>,
}
Fields§
§content: String
§filename: String
§default_name: Option<String>
§imports: Option<String>
Trait Implementations§
Source§impl Clone for HtmlImportPart
impl Clone for HtmlImportPart
Source§fn clone(&self) -> HtmlImportPart
fn clone(&self) -> HtmlImportPart
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for HtmlImportPart
impl RefUnwindSafe for HtmlImportPart
impl Send for HtmlImportPart
impl Sync for HtmlImportPart
impl Unpin for HtmlImportPart
impl UnwindSafe for HtmlImportPart
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