Enum simpleml::SMLWriterError
source · pub enum SMLWriterError {
ElementHasEndKeywordName,
AttributeHasEndKeywordName,
}Variants§
Trait Implementations§
source§impl Clone for SMLWriterError
impl Clone for SMLWriterError
source§fn clone(&self) -> SMLWriterError
fn clone(&self) -> SMLWriterError
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 SMLWriterError
impl Debug for SMLWriterError
impl Copy for SMLWriterError
Auto Trait Implementations§
impl RefUnwindSafe for SMLWriterError
impl Send for SMLWriterError
impl Sync for SMLWriterError
impl Unpin for SMLWriterError
impl UnwindSafe for SMLWriterError
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