pub struct TieredIdentity {
pub identity: RepoIdentity,
pub tier: SourceTier,
}Expand description
A repo identity paired with the trust tier of the signal that produced it.
Fields§
§identity: RepoIdentity§tier: SourceTierTrait Implementations§
Source§impl Clone for TieredIdentity
impl Clone for TieredIdentity
Source§fn clone(&self) -> TieredIdentity
fn clone(&self) -> TieredIdentity
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 TieredIdentity
impl Debug for TieredIdentity
Source§impl PartialEq for TieredIdentity
impl PartialEq for TieredIdentity
impl Eq for TieredIdentity
impl StructuralPartialEq for TieredIdentity
Auto Trait Implementations§
impl Freeze for TieredIdentity
impl RefUnwindSafe for TieredIdentity
impl Send for TieredIdentity
impl Sync for TieredIdentity
impl Unpin for TieredIdentity
impl UnsafeUnpin for TieredIdentity
impl UnwindSafe for TieredIdentity
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