pub struct IOFailingNode {}
Trait Implementations§
Source§impl Clone for IOFailingNode
impl Clone for IOFailingNode
Source§fn clone(&self) -> IOFailingNode
fn clone(&self) -> IOFailingNode
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for IOFailingNode
impl Debug for IOFailingNode
Source§impl Default for IOFailingNode
impl Default for IOFailingNode
Source§fn default() -> IOFailingNode
fn default() -> IOFailingNode
Returns the “default value” for a type. Read more
Source§impl Node for IOFailingNode
impl Node for IOFailingNode
Source§impl PartialEq for IOFailingNode
impl PartialEq for IOFailingNode
impl Copy for IOFailingNode
impl Eq for IOFailingNode
impl StructuralPartialEq for IOFailingNode
Auto Trait Implementations§
impl Freeze for IOFailingNode
impl RefUnwindSafe for IOFailingNode
impl Send for IOFailingNode
impl Sync for IOFailingNode
impl Unpin for IOFailingNode
impl UnwindSafe for IOFailingNode
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