Struct kustos_shared::subject::PolicyGroup
source · pub struct PolicyGroup(/* private fields */);Expand description
A user defined group, such as information from keycloak or LDAP
Trait Implementations§
source§impl Clone for PolicyGroup
impl Clone for PolicyGroup
source§fn clone(&self) -> PolicyGroup
fn clone(&self) -> PolicyGroup
Returns a copy 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 PolicyGroup
impl Debug for PolicyGroup
source§impl From<&str> for PolicyGroup
impl From<&str> for PolicyGroup
source§impl From<String> for PolicyGroup
impl From<String> for PolicyGroup
source§impl FromStr for PolicyGroup
impl FromStr for PolicyGroup
source§impl PartialEq for PolicyGroup
impl PartialEq for PolicyGroup
source§fn eq(&self, other: &PolicyGroup) -> bool
fn eq(&self, other: &PolicyGroup) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for PolicyGroup
impl IsSubject for PolicyGroup
impl StructuralPartialEq for PolicyGroup
Auto Trait Implementations§
impl Freeze for PolicyGroup
impl RefUnwindSafe for PolicyGroup
impl Send for PolicyGroup
impl Sync for PolicyGroup
impl Unpin for PolicyGroup
impl UnwindSafe for PolicyGroup
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)