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