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