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