pub struct IdentityCertifier {
pub name: String,
pub icon_url: String,
pub description: String,
pub trust: u8,
}Expand description
Information about an entity that issues identity certificates.
Fields§
§name: String§icon_url: String§description: String§trust: u8Trait Implementations§
Source§impl Clone for IdentityCertifier
impl Clone for IdentityCertifier
Source§fn clone(&self) -> IdentityCertifier
fn clone(&self) -> IdentityCertifier
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 moreAuto Trait Implementations§
impl Freeze for IdentityCertifier
impl RefUnwindSafe for IdentityCertifier
impl Send for IdentityCertifier
impl Sync for IdentityCertifier
impl Unpin for IdentityCertifier
impl UnsafeUnpin for IdentityCertifier
impl UnwindSafe for IdentityCertifier
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