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