pub struct UnbindReturn {}Available on crate features
experimental and Tethering only.Expand description
Request browser port unbinding.
Implementations§
Source§impl UnbindReturn
impl UnbindReturn
Trait Implementations§
Source§impl Clone for UnbindReturn
impl Clone for UnbindReturn
Source§fn clone(&self) -> UnbindReturn
fn clone(&self) -> UnbindReturn
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 UnbindReturn
impl Debug for UnbindReturn
Source§impl Default for UnbindReturn
impl Default for UnbindReturn
Source§fn default() -> UnbindReturn
fn default() -> UnbindReturn
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UnbindReturn
impl<'de> Deserialize<'de> for UnbindReturn
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 UnbindReturn
impl RefUnwindSafe for UnbindReturn
impl Send for UnbindReturn
impl Sync for UnbindReturn
impl Unpin for UnbindReturn
impl UnwindSafe for UnbindReturn
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