pub struct Certification { /* private fields */ }Expand description
A type of Edge that represents a certification over a binding
Implementations§
Source§impl Certification
impl Certification
pub fn issuer(&self) -> &Certificate
pub fn target_cert(&self) -> &Certificate
pub fn target_id(&self) -> &Identity
Trait Implementations§
Source§impl Clone for Certification
impl Clone for Certification
Source§fn clone(&self) -> Certification
fn clone(&self) -> Certification
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 Certification
impl Debug for Certification
Source§impl Hash for Certification
impl Hash for Certification
Source§impl PartialEq for Certification
impl PartialEq for Certification
impl Eq for Certification
impl StructuralPartialEq for Certification
Auto Trait Implementations§
impl Freeze for Certification
impl RefUnwindSafe for Certification
impl Send for Certification
impl Sync for Certification
impl Unpin for Certification
impl UnwindSafe for Certification
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