#[repr(C, u8)]pub enum AlignContentParseErrorOwned {
InvalidValue(AzString),
}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 (const: unstable) · 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
Source§impl PartialEq for AlignContentParseErrorOwned
impl PartialEq for AlignContentParseErrorOwned
Source§fn eq(&self, other: &AlignContentParseErrorOwned) -> bool
fn eq(&self, other: &AlignContentParseErrorOwned) -> bool
Tests for
self and other values to be equal, and is used by ==.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 UnsafeUnpin 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