pub struct OlAlignColumnError(/* private fields */);Expand description
Error type for an out-of-range ol-align-column value.
Trait Implementations§
Source§impl Clone for OlAlignColumnError
impl Clone for OlAlignColumnError
Source§fn clone(&self) -> OlAlignColumnError
fn clone(&self) -> OlAlignColumnError
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 moreimpl Copy for OlAlignColumnError
Source§impl Debug for OlAlignColumnError
impl Debug for OlAlignColumnError
Source§impl Display for OlAlignColumnError
impl Display for OlAlignColumnError
Source§impl Error for OlAlignColumnError
impl Error for OlAlignColumnError
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0:
use the Display impl or to_string()
Auto Trait Implementations§
impl Freeze for OlAlignColumnError
impl RefUnwindSafe for OlAlignColumnError
impl Send for OlAlignColumnError
impl Sync for OlAlignColumnError
impl Unpin for OlAlignColumnError
impl UnsafeUnpin for OlAlignColumnError
impl UnwindSafe for OlAlignColumnError
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