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