pub struct AngularChannelTag;Expand description
A tag uniquely identifying an AngularChannel
Auto Trait Implementations§
impl Freeze for AngularChannelTag
impl RefUnwindSafe for AngularChannelTag
impl Send for AngularChannelTag
impl Sync for AngularChannelTag
impl Unpin for AngularChannelTag
impl UnwindSafe for AngularChannelTag
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