pub enum DecorationError {
Unknown(Option<String>),
StringEmpty,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DecorationError
impl RefUnwindSafe for DecorationError
impl Send for DecorationError
impl Sync for DecorationError
impl Unpin for DecorationError
impl UnwindSafe for DecorationError
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