pub struct Topic<T: Clone>(/* private fields */);
Expand description
Topic type used in static storage in codegen.
Implementations§
Auto Trait Implementations§
impl<T> !Freeze for Topic<T>
impl<T> RefUnwindSafe for Topic<T>
impl<T> Send for Topic<T>where
T: Send,
impl<T> Sync for Topic<T>where
T: Send,
impl<T> Unpin for Topic<T>
impl<T> UnwindSafe for Topic<T>
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