pub enum AlignSelfParseErrorOwned {
InvalidValue(String),
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for AlignSelfParseErrorOwned
impl Clone for AlignSelfParseErrorOwned
Source§fn clone(&self) -> AlignSelfParseErrorOwned
fn clone(&self) -> AlignSelfParseErrorOwned
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 AlignSelfParseErrorOwned
impl Debug for AlignSelfParseErrorOwned
Source§impl PartialEq for AlignSelfParseErrorOwned
impl PartialEq for AlignSelfParseErrorOwned
impl StructuralPartialEq for AlignSelfParseErrorOwned
Auto Trait Implementations§
impl Freeze for AlignSelfParseErrorOwned
impl RefUnwindSafe for AlignSelfParseErrorOwned
impl Send for AlignSelfParseErrorOwned
impl Sync for AlignSelfParseErrorOwned
impl Unpin for AlignSelfParseErrorOwned
impl UnwindSafe for AlignSelfParseErrorOwned
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