#[repr(u64)]pub enum NSNotificationCoalescing {
NoCoalescing = 0,
CoalescingOnName = 1,
CoalescingOnSender = 2,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NSNotificationCoalescing
impl RefUnwindSafe for NSNotificationCoalescing
impl Send for NSNotificationCoalescing
impl Sync for NSNotificationCoalescing
impl Unpin for NSNotificationCoalescing
impl UnwindSafe for NSNotificationCoalescing
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