pub struct CatalogVersion;Trait Implementations§
Source§impl HasVersion for CatalogVersion
impl HasVersion for CatalogVersion
Source§fn version(&self) -> SystemVersion
fn version(&self) -> SystemVersion
Returns the version information for this component
Auto Trait Implementations§
impl Freeze for CatalogVersion
impl RefUnwindSafe for CatalogVersion
impl Send for CatalogVersion
impl Sync for CatalogVersion
impl Unpin for CatalogVersion
impl UnwindSafe for CatalogVersion
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