Struct string_wizard::SourceMapOptions
source · pub struct SourceMapOptions {
pub include_content: bool,
}Fields§
§include_content: boolTrait Implementations§
source§impl Debug for SourceMapOptions
impl Debug for SourceMapOptions
source§impl Default for SourceMapOptions
impl Default for SourceMapOptions
source§fn default() -> SourceMapOptions
fn default() -> SourceMapOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for SourceMapOptions
impl Send for SourceMapOptions
impl Sync for SourceMapOptions
impl Unpin for SourceMapOptions
impl UnwindSafe for SourceMapOptions
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