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