pub struct NodeRetire {
pub logical_id: String,
pub source_ref: Option<String>,
}Expand description
A node to be retired (soft-deleted) in a WriteRequest.
Fields§
§logical_id: String§source_ref: Option<String>Trait Implementations§
Source§impl Clone for NodeRetire
impl Clone for NodeRetire
Source§fn clone(&self) -> NodeRetire
fn clone(&self) -> NodeRetire
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 NodeRetire
impl Debug for NodeRetire
Source§impl PartialEq for NodeRetire
impl PartialEq for NodeRetire
impl Eq for NodeRetire
impl StructuralPartialEq for NodeRetire
Auto Trait Implementations§
impl Freeze for NodeRetire
impl RefUnwindSafe for NodeRetire
impl Send for NodeRetire
impl Sync for NodeRetire
impl Unpin for NodeRetire
impl UnsafeUnpin for NodeRetire
impl UnwindSafe for NodeRetire
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.