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