pub struct RecycledNodeInsertion {
pub id: NodeId,
pub stable_id_reused: bool,
pub fallback_error: Option<NodeError>,
}Fields§
§id: NodeId§stable_id_reused: bool§fallback_error: Option<NodeError>Trait Implementations§
Source§impl Clone for RecycledNodeInsertion
impl Clone for RecycledNodeInsertion
Source§fn clone(&self) -> RecycledNodeInsertion
fn clone(&self) -> RecycledNodeInsertion
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 RecycledNodeInsertion
impl Debug for RecycledNodeInsertion
Source§impl PartialEq for RecycledNodeInsertion
impl PartialEq for RecycledNodeInsertion
Source§fn eq(&self, other: &RecycledNodeInsertion) -> bool
fn eq(&self, other: &RecycledNodeInsertion) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for RecycledNodeInsertion
impl StructuralPartialEq for RecycledNodeInsertion
Auto Trait Implementations§
impl Freeze for RecycledNodeInsertion
impl RefUnwindSafe for RecycledNodeInsertion
impl Send for RecycledNodeInsertion
impl Sync for RecycledNodeInsertion
impl Unpin for RecycledNodeInsertion
impl UnsafeUnpin for RecycledNodeInsertion
impl UnwindSafe for RecycledNodeInsertion
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