pub enum PrivacyAction {
Grant,
Revoke,
Reset,
}Variants§
Implementations§
Source§impl PrivacyAction
impl PrivacyAction
Trait Implementations§
Source§impl Clone for PrivacyAction
impl Clone for PrivacyAction
Source§fn clone(&self) -> PrivacyAction
fn clone(&self) -> PrivacyAction
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PrivacyAction
Source§impl Debug for PrivacyAction
impl Debug for PrivacyAction
impl Eq for PrivacyAction
Source§impl PartialEq for PrivacyAction
impl PartialEq for PrivacyAction
impl StructuralPartialEq for PrivacyAction
Auto Trait Implementations§
impl Freeze for PrivacyAction
impl RefUnwindSafe for PrivacyAction
impl Send for PrivacyAction
impl Sync for PrivacyAction
impl Unpin for PrivacyAction
impl UnsafeUnpin for PrivacyAction
impl UnwindSafe for PrivacyAction
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