#[repr(C)]pub struct MaxReferencesExceededError;Expand description
Represents an error that occures when the maximum number of references is exceeded.
Trait Implementations§
Source§impl Clone for MaxReferencesExceededError
impl Clone for MaxReferencesExceededError
Source§fn clone(&self) -> MaxReferencesExceededError
fn clone(&self) -> MaxReferencesExceededError
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 MaxReferencesExceededError
Source§impl Debug for MaxReferencesExceededError
impl Debug for MaxReferencesExceededError
impl Eq for MaxReferencesExceededError
Source§impl From<Infallible> for MaxReferencesExceededError
impl From<Infallible> for MaxReferencesExceededError
Source§fn from(_: Infallible) -> Self
fn from(_: Infallible) -> Self
Converts to this type from the input type.
Source§impl From<MaxReferencesExceededError> for MaxReferencesExceededError
impl From<MaxReferencesExceededError> for MaxReferencesExceededError
Source§impl Hash for MaxReferencesExceededError
impl Hash for MaxReferencesExceededError
Source§impl PartialEq for MaxReferencesExceededError
impl PartialEq for MaxReferencesExceededError
Source§fn eq(&self, other: &MaxReferencesExceededError) -> bool
fn eq(&self, other: &MaxReferencesExceededError) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl ReprC for MaxReferencesExceededError
impl ReprC for MaxReferencesExceededError
impl StructuralPartialEq for MaxReferencesExceededError
Auto Trait Implementations§
impl Freeze for MaxReferencesExceededError
impl RefUnwindSafe for MaxReferencesExceededError
impl Send for MaxReferencesExceededError
impl Sync for MaxReferencesExceededError
impl Unpin for MaxReferencesExceededError
impl UnsafeUnpin for MaxReferencesExceededError
impl UnwindSafe for MaxReferencesExceededError
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