pub struct EdgeRetire {
pub logical_id: String,
pub source_ref: Option<String>,
}Expand description
An edge to be retired (soft-deleted) in a WriteRequest.
Fields§
§logical_id: String§source_ref: Option<String>Trait Implementations§
Source§impl Clone for EdgeRetire
impl Clone for EdgeRetire
Source§fn clone(&self) -> EdgeRetire
fn clone(&self) -> EdgeRetire
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 EdgeRetire
impl Debug for EdgeRetire
Source§impl PartialEq for EdgeRetire
impl PartialEq for EdgeRetire
impl Eq for EdgeRetire
impl StructuralPartialEq for EdgeRetire
Auto Trait Implementations§
impl Freeze for EdgeRetire
impl RefUnwindSafe for EdgeRetire
impl Send for EdgeRetire
impl Sync for EdgeRetire
impl Unpin for EdgeRetire
impl UnsafeUnpin for EdgeRetire
impl UnwindSafe for EdgeRetire
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.