pub struct OriginIdentity(/* private fields */);Expand description
Identity of the integrating application or process that committed a revision.
Implementations§
Source§impl OriginIdentity
impl OriginIdentity
Trait Implementations§
Source§impl Clone for OriginIdentity
impl Clone for OriginIdentity
Source§fn clone(&self) -> OriginIdentity
fn clone(&self) -> OriginIdentity
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 OriginIdentity
impl Debug for OriginIdentity
impl Eq for OriginIdentity
Source§impl PartialEq for OriginIdentity
impl PartialEq for OriginIdentity
Source§fn eq(&self, other: &OriginIdentity) -> bool
fn eq(&self, other: &OriginIdentity) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for OriginIdentity
Auto Trait Implementations§
impl Freeze for OriginIdentity
impl RefUnwindSafe for OriginIdentity
impl Send for OriginIdentity
impl Sync for OriginIdentity
impl Unpin for OriginIdentity
impl UnsafeUnpin for OriginIdentity
impl UnwindSafe for OriginIdentity
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