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