pub struct CommType;Expand description
CommType (13).
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CommType
impl RefUnwindSafe for CommType
impl Send for CommType
impl Sync for CommType
impl Unpin for CommType
impl UnsafeUnpin for CommType
impl UnwindSafe for CommType
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