pub struct Entry<S>where
S: Subscription,{ /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl<S> Freeze for Entry<S>
impl<S> !RefUnwindSafe for Entry<S>
impl<S> Send for Entry<S>
impl<S> Sync for Entry<S>
impl<S> Unpin for Entry<S>
impl<S> !UnwindSafe for Entry<S>
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