pub struct RoleMapEntry {
pub matcher: CertMatcher,
pub role: Role,
}Expand description
One entry in a RoleMap.
Fields§
§matcher: CertMatcherMatcher for this rule.
role: RoleRole to assign on match.
Trait Implementations§
Source§impl Clone for RoleMapEntry
impl Clone for RoleMapEntry
Source§fn clone(&self) -> RoleMapEntry
fn clone(&self) -> RoleMapEntry
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 RoleMapEntry
impl RefUnwindSafe for RoleMapEntry
impl Send for RoleMapEntry
impl Sync for RoleMapEntry
impl Unpin for RoleMapEntry
impl UnsafeUnpin for RoleMapEntry
impl UnwindSafe for RoleMapEntry
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