pub struct DisposeBrowserContextResult {}Trait Implementations§
Source§impl Clone for DisposeBrowserContextResult
impl Clone for DisposeBrowserContextResult
Source§fn clone(&self) -> DisposeBrowserContextResult
fn clone(&self) -> DisposeBrowserContextResult
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 DisposeBrowserContextResult
impl Debug for DisposeBrowserContextResult
Source§impl Default for DisposeBrowserContextResult
impl Default for DisposeBrowserContextResult
Source§fn default() -> DisposeBrowserContextResult
fn default() -> DisposeBrowserContextResult
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DisposeBrowserContextResult
impl<'de> Deserialize<'de> for DisposeBrowserContextResult
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 TryFrom<Value> for DisposeBrowserContextResult
impl TryFrom<Value> for DisposeBrowserContextResult
impl StructuralPartialEq for DisposeBrowserContextResult
Auto Trait Implementations§
impl Freeze for DisposeBrowserContextResult
impl RefUnwindSafe for DisposeBrowserContextResult
impl Send for DisposeBrowserContextResult
impl Sync for DisposeBrowserContextResult
impl Unpin for DisposeBrowserContextResult
impl UnsafeUnpin for DisposeBrowserContextResult
impl UnwindSafe for DisposeBrowserContextResult
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