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