pub enum ConvertLitError {
IsDictMarker,
IsDictRemoveMarker,
}Expand description
Enumerates the types of errors that can occur when converting to a
Lit.
Variants§
Trait Implementations§
Source§impl Clone for ConvertLitError
impl Clone for ConvertLitError
Source§fn clone(&self) -> ConvertLitError
fn clone(&self) -> ConvertLitError
Returns a duplicate 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 ConvertLitError
impl Debug for ConvertLitError
Source§impl PartialEq for ConvertLitError
impl PartialEq for ConvertLitError
impl Copy for ConvertLitError
impl StructuralPartialEq for ConvertLitError
Auto Trait Implementations§
impl Freeze for ConvertLitError
impl RefUnwindSafe for ConvertLitError
impl Send for ConvertLitError
impl Sync for ConvertLitError
impl Unpin for ConvertLitError
impl UnwindSafe for ConvertLitError
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