pub enum IncRefError {
CycleDetected,
}
Variants§
CycleDetected
Implementations§
Source§impl IncRefError
impl IncRefError
pub const fn is_cycle_detected(&self) -> bool
Trait Implementations§
Source§impl Clone for IncRefError
impl Clone for IncRefError
Source§fn clone(&self) -> IncRefError
fn clone(&self) -> IncRefError
Returns a duplicate of the value. Read more
1.0.0 · 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 IncRefError
impl Debug for IncRefError
Source§impl Hash for IncRefError
impl Hash for IncRefError
Source§impl PartialEq for IncRefError
impl PartialEq for IncRefError
impl Copy for IncRefError
impl Eq for IncRefError
impl StructuralPartialEq for IncRefError
Auto Trait Implementations§
impl Freeze for IncRefError
impl RefUnwindSafe for IncRefError
impl Send for IncRefError
impl Sync for IncRefError
impl Unpin for IncRefError
impl UnwindSafe for IncRefError
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