pub struct IdentificationRole {
pub name: String,
pub description: Option<String>,
}Fields§
§name: String§description: Option<String>Trait Implementations§
Source§impl Clone for IdentificationRole
impl Clone for IdentificationRole
Source§fn clone(&self) -> IdentificationRole
fn clone(&self) -> IdentificationRole
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 IdentificationRole
impl Debug for IdentificationRole
Source§impl PartialEq for IdentificationRole
impl PartialEq for IdentificationRole
Source§fn eq(&self, other: &IdentificationRole) -> bool
fn eq(&self, other: &IdentificationRole) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for IdentificationRole
Auto Trait Implementations§
impl Freeze for IdentificationRole
impl RefUnwindSafe for IdentificationRole
impl Send for IdentificationRole
impl Sync for IdentificationRole
impl Unpin for IdentificationRole
impl UnsafeUnpin for IdentificationRole
impl UnwindSafe for IdentificationRole
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