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