pub struct RelationDelta {
pub added: Vec<Relation>,
pub removed: Vec<Relation>,
}Fields§
§added: Vec<Relation>§removed: Vec<Relation>Trait Implementations§
Source§impl Clone for RelationDelta
impl Clone for RelationDelta
Source§fn clone(&self) -> RelationDelta
fn clone(&self) -> RelationDelta
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 RelationDelta
impl Debug for RelationDelta
Source§impl Default for RelationDelta
impl Default for RelationDelta
Source§fn default() -> RelationDelta
fn default() -> RelationDelta
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RelationDelta
impl<'de> Deserialize<'de> for RelationDelta
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for RelationDelta
Source§impl PartialEq for RelationDelta
impl PartialEq for RelationDelta
Source§impl Serialize for RelationDelta
impl Serialize for RelationDelta
impl StructuralPartialEq for RelationDelta
Auto Trait Implementations§
impl Freeze for RelationDelta
impl RefUnwindSafe for RelationDelta
impl Send for RelationDelta
impl Sync for RelationDelta
impl Unpin for RelationDelta
impl UnsafeUnpin for RelationDelta
impl UnwindSafe for RelationDelta
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