pub struct GetVersionCommand {}
Available on crate feature
Browser
only.Expand description
Returns version information.
Implementations§
Trait Implementations§
Source§impl Clone for GetVersionCommand
impl Clone for GetVersionCommand
Source§fn clone(&self) -> GetVersionCommand
fn clone(&self) -> GetVersionCommand
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 Command for GetVersionCommand
impl Command for GetVersionCommand
Source§impl Debug for GetVersionCommand
impl Debug for GetVersionCommand
Source§impl Default for GetVersionCommand
impl Default for GetVersionCommand
Source§fn default() -> GetVersionCommand
fn default() -> GetVersionCommand
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetVersionCommand
impl<'de> Deserialize<'de> for GetVersionCommand
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
Auto Trait Implementations§
impl Freeze for GetVersionCommand
impl RefUnwindSafe for GetVersionCommand
impl Send for GetVersionCommand
impl Sync for GetVersionCommand
impl Unpin for GetVersionCommand
impl UnwindSafe for GetVersionCommand
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