pub struct PatchedWritableInterfaceRequestMode {}Implementations§
Trait Implementations§
Source§impl Clone for PatchedWritableInterfaceRequestMode
impl Clone for PatchedWritableInterfaceRequestMode
Source§fn clone(&self) -> PatchedWritableInterfaceRequestMode
fn clone(&self) -> PatchedWritableInterfaceRequestMode
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 Default for PatchedWritableInterfaceRequestMode
impl Default for PatchedWritableInterfaceRequestMode
Source§fn default() -> PatchedWritableInterfaceRequestMode
fn default() -> PatchedWritableInterfaceRequestMode
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PatchedWritableInterfaceRequestMode
impl<'de> Deserialize<'de> for PatchedWritableInterfaceRequestMode
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 PatchedWritableInterfaceRequestMode
impl PartialEq for PatchedWritableInterfaceRequestMode
Source§fn eq(&self, other: &PatchedWritableInterfaceRequestMode) -> bool
fn eq(&self, other: &PatchedWritableInterfaceRequestMode) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PatchedWritableInterfaceRequestMode
Auto Trait Implementations§
impl Freeze for PatchedWritableInterfaceRequestMode
impl RefUnwindSafe for PatchedWritableInterfaceRequestMode
impl Send for PatchedWritableInterfaceRequestMode
impl Sync for PatchedWritableInterfaceRequestMode
impl Unpin for PatchedWritableInterfaceRequestMode
impl UnsafeUnpin for PatchedWritableInterfaceRequestMode
impl UnwindSafe for PatchedWritableInterfaceRequestMode
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