pub struct SpecsHistory { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Debug for SpecsHistory
impl Debug for SpecsHistory
Source§impl Default for SpecsHistory
impl Default for SpecsHistory
Source§fn default() -> SpecsHistory
fn default() -> SpecsHistory
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SpecsHistory
impl RefUnwindSafe for SpecsHistory
impl Send for SpecsHistory
impl Sync for SpecsHistory
impl Unpin for SpecsHistory
impl UnsafeUnpin for SpecsHistory
impl UnwindSafe for SpecsHistory
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