pub enum PrivacyEvent {}
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PrivacyEvent
impl RefUnwindSafe for PrivacyEvent
impl Send for PrivacyEvent
impl Sync for PrivacyEvent
impl Unpin for PrivacyEvent
impl UnwindSafe for PrivacyEvent
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