pub struct GetVersionReturnObject {
pub protocol_version: String,
pub product: String,
pub revision: String,
pub user_agent: String,
pub js_version: String,
}Fields§
§protocol_version: String§product: String§revision: String§user_agent: String§js_version: StringTrait Implementations§
Source§impl Clone for GetVersionReturnObject
impl Clone for GetVersionReturnObject
Source§fn clone(&self) -> GetVersionReturnObject
fn clone(&self) -> GetVersionReturnObject
Returns a duplicate of the value. Read more
1.0.0 · 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 GetVersionReturnObject
impl Debug for GetVersionReturnObject
Source§impl<'de> Deserialize<'de> for GetVersionReturnObject
impl<'de> Deserialize<'de> for GetVersionReturnObject
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for GetVersionReturnObject
impl PartialEq for GetVersionReturnObject
Source§impl Serialize for GetVersionReturnObject
impl Serialize for GetVersionReturnObject
impl StructuralPartialEq for GetVersionReturnObject
Auto Trait Implementations§
impl Freeze for GetVersionReturnObject
impl RefUnwindSafe for GetVersionReturnObject
impl Send for GetVersionReturnObject
impl Sync for GetVersionReturnObject
impl Unpin for GetVersionReturnObject
impl UnwindSafe for GetVersionReturnObject
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