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