pub struct ConfigureSelf;Expand description
The ConfigureSelf privilege.
Trait Implementations§
Source§impl Clone for ConfigureSelf
impl Clone for ConfigureSelf
Source§fn clone(&self) -> ConfigureSelf
fn clone(&self) -> ConfigureSelf
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 moreSource§impl Default for ConfigureSelf
impl Default for ConfigureSelf
Source§fn default() -> ConfigureSelf
fn default() -> ConfigureSelf
Returns the “default value” for a type. Read more
Source§impl SatisfiesPrivilege for ConfigureSelf
impl SatisfiesPrivilege for ConfigureSelf
fn is_satisfied(privileges: &[Privilege]) -> bool
Auto Trait Implementations§
impl Freeze for ConfigureSelf
impl RefUnwindSafe for ConfigureSelf
impl Send for ConfigureSelf
impl Sync for ConfigureSelf
impl Unpin for ConfigureSelf
impl UnwindSafe for ConfigureSelf
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