pub struct SystemTopic;Trait Implementations§
Auto Trait Implementations§
impl Freeze for SystemTopic
impl RefUnwindSafe for SystemTopic
impl Send for SystemTopic
impl Sync for SystemTopic
impl Unpin for SystemTopic
impl UnsafeUnpin for SystemTopic
impl UnwindSafe for SystemTopic
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