pub struct RoadmapStateStore { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for RoadmapStateStore
impl Clone for RoadmapStateStore
Source§fn clone(&self) -> RoadmapStateStore
fn clone(&self) -> RoadmapStateStore
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for RoadmapStateStore
impl RefUnwindSafe for RoadmapStateStore
impl Send for RoadmapStateStore
impl Sync for RoadmapStateStore
impl Unpin for RoadmapStateStore
impl UnsafeUnpin for RoadmapStateStore
impl UnwindSafe for RoadmapStateStore
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