pub struct LengthIncompatible { /* private fields */ }Expand description
Error for an incorrect number of strategies.
Trait Implementations§
Source§impl Clone for LengthIncompatible
impl Clone for LengthIncompatible
Source§fn clone(&self) -> LengthIncompatible
fn clone(&self) -> LengthIncompatible
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 LengthIncompatible
impl Debug for LengthIncompatible
Source§impl Display for LengthIncompatible
impl Display for LengthIncompatible
Source§impl Error for LengthIncompatible
impl Error for LengthIncompatible
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 LengthIncompatible
impl RefUnwindSafe for LengthIncompatible
impl Send for LengthIncompatible
impl Sync for LengthIncompatible
impl Unpin for LengthIncompatible
impl UnsafeUnpin for LengthIncompatible
impl UnwindSafe for LengthIncompatible
Blanket Implementations§
impl<T> AsyncFriendly for T
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