Struct sdml_core::generate::NoFormatOptions
source · pub struct NoFormatOptions {}
Trait Implementations§
source§impl Clone for NoFormatOptions
impl Clone for NoFormatOptions
source§fn clone(&self) -> NoFormatOptions
fn clone(&self) -> NoFormatOptions
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 moresource§impl Debug for NoFormatOptions
impl Debug for NoFormatOptions
source§impl Default for NoFormatOptions
impl Default for NoFormatOptions
source§fn default() -> NoFormatOptions
fn default() -> NoFormatOptions
Returns the “default value” for a type. Read more
impl Copy for NoFormatOptions
Auto Trait Implementations§
impl RefUnwindSafe for NoFormatOptions
impl Send for NoFormatOptions
impl Sync for NoFormatOptions
impl Unpin for NoFormatOptions
impl UnwindSafe for NoFormatOptions
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