pub struct ContentTreeLimitsError;Trait Implementations§
Source§impl Clone for ContentTreeLimitsError
impl Clone for ContentTreeLimitsError
impl Copy for ContentTreeLimitsError
Source§impl Debug for ContentTreeLimitsError
impl Debug for ContentTreeLimitsError
Source§impl Display for ContentTreeLimitsError
impl Display for ContentTreeLimitsError
impl Eq for ContentTreeLimitsError
Source§impl Error for ContentTreeLimitsError
impl Error for ContentTreeLimitsError
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()
Source§impl PartialEq for ContentTreeLimitsError
impl PartialEq for ContentTreeLimitsError
impl StructuralPartialEq for ContentTreeLimitsError
Auto Trait Implementations§
impl Freeze for ContentTreeLimitsError
impl RefUnwindSafe for ContentTreeLimitsError
impl Send for ContentTreeLimitsError
impl Sync for ContentTreeLimitsError
impl Unpin for ContentTreeLimitsError
impl UnsafeUnpin for ContentTreeLimitsError
impl UnwindSafe for ContentTreeLimitsError
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