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