Struct VersionQueryResult
pub struct VersionQueryResult {
pub version: String,
}Fields§
§version: StringImplementations§
§impl VersionQueryResult
impl VersionQueryResult
Trait Implementations§
§impl Debug for VersionQueryResult
impl Debug for VersionQueryResult
§impl Default for VersionQueryResult
impl Default for VersionQueryResult
§fn default() -> VersionQueryResult
fn default() -> VersionQueryResult
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for VersionQueryResult
impl RefUnwindSafe for VersionQueryResult
impl Send for VersionQueryResult
impl Sync for VersionQueryResult
impl Unpin for VersionQueryResult
impl UnwindSafe for VersionQueryResult
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