pub struct TrainNotPresent;
Auto Trait Implementations§
impl Freeze for TrainNotPresent
impl RefUnwindSafe for TrainNotPresent
impl Send for TrainNotPresent
impl Sync for TrainNotPresent
impl Unpin for TrainNotPresent
impl UnwindSafe for TrainNotPresent
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