pub struct RevisionOutcome {
pub revision: GraphRevision,
}Expand description
Revision-only outcome for label mutations.
Fields§
§revision: GraphRevisionTrait Implementations§
Source§impl Clone for RevisionOutcome
impl Clone for RevisionOutcome
impl Copy for RevisionOutcome
Source§impl Debug for RevisionOutcome
impl Debug for RevisionOutcome
impl Eq for RevisionOutcome
Source§impl PartialEq for RevisionOutcome
impl PartialEq for RevisionOutcome
impl StructuralPartialEq for RevisionOutcome
Auto Trait Implementations§
impl Freeze for RevisionOutcome
impl RefUnwindSafe for RevisionOutcome
impl Send for RevisionOutcome
impl Sync for RevisionOutcome
impl Unpin for RevisionOutcome
impl UnsafeUnpin for RevisionOutcome
impl UnwindSafe for RevisionOutcome
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§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.