Enum lib::alignment_lib::AlignError
source · [−]Expand description
Error type, for alignment errors.
Variants
ZeroLength(String)
QueryTooLong(String)
Trait Implementations
sourceimpl Debug for AlignError
impl Debug for AlignError
sourceimpl PartialEq<AlignError> for AlignError
impl PartialEq<AlignError> for AlignError
sourcefn eq(&self, other: &AlignError) -> bool
fn eq(&self, other: &AlignError) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &AlignError) -> bool
fn ne(&self, other: &AlignError) -> bool
This method tests for !=.
impl Eq for AlignError
impl StructuralEq for AlignError
impl StructuralPartialEq for AlignError
Auto Trait Implementations
impl RefUnwindSafe for AlignError
impl Send for AlignError
impl Sync for AlignError
impl Unpin for AlignError
impl UnwindSafe for AlignError
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more