pub struct SystemVersionResponse {
pub version: String,
}Fields§
§version: StringTrait Implementations§
Source§impl Clone for SystemVersionResponse
impl Clone for SystemVersionResponse
Source§fn clone(&self) -> SystemVersionResponse
fn clone(&self) -> SystemVersionResponse
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 moreSource§impl Debug for SystemVersionResponse
impl Debug for SystemVersionResponse
impl Eq for SystemVersionResponse
Source§impl PartialEq for SystemVersionResponse
impl PartialEq for SystemVersionResponse
impl StructuralPartialEq for SystemVersionResponse
Auto Trait Implementations§
impl Freeze for SystemVersionResponse
impl RefUnwindSafe for SystemVersionResponse
impl Send for SystemVersionResponse
impl Sync for SystemVersionResponse
impl Unpin for SystemVersionResponse
impl UnsafeUnpin for SystemVersionResponse
impl UnwindSafe for SystemVersionResponse
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