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