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