pub struct RnsEmbeddedEventSubscription { /* private fields */ }Auto Trait Implementations§
impl Freeze for RnsEmbeddedEventSubscription
impl RefUnwindSafe for RnsEmbeddedEventSubscription
impl Send for RnsEmbeddedEventSubscription
impl Sync for RnsEmbeddedEventSubscription
impl Unpin for RnsEmbeddedEventSubscription
impl UnsafeUnpin for RnsEmbeddedEventSubscription
impl UnwindSafe for RnsEmbeddedEventSubscription
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