pub struct AuthVersion;Trait Implementations§
Source§impl HasVersion for AuthVersion
impl HasVersion for AuthVersion
Source§fn version(&self) -> SystemVersion
fn version(&self) -> SystemVersion
Returns the version information for this component
Auto Trait Implementations§
impl Freeze for AuthVersion
impl RefUnwindSafe for AuthVersion
impl Send for AuthVersion
impl Sync for AuthVersion
impl Unpin for AuthVersion
impl UnwindSafe for AuthVersion
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more