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