pub struct NestedWirelessLinkRequest {
pub ssid: Option<String>,
}Expand description
NestedWirelessLinkRequest : Represents an object related through a ForeignKey field. On write, it accepts a primary key (PK) value or a dictionary of attributes which can be used to uniquely identify the related object. This class should be subclassed to return a full representation of the related object on read.
Fields§
§ssid: Option<String>Implementations§
Source§impl NestedWirelessLinkRequest
impl NestedWirelessLinkRequest
Sourcepub fn new() -> NestedWirelessLinkRequest
pub fn new() -> NestedWirelessLinkRequest
Represents an object related through a ForeignKey field. On write, it accepts a primary key (PK) value or a dictionary of attributes which can be used to uniquely identify the related object. This class should be subclassed to return a full representation of the related object on read.
Trait Implementations§
Source§impl Clone for NestedWirelessLinkRequest
impl Clone for NestedWirelessLinkRequest
Source§fn clone(&self) -> NestedWirelessLinkRequest
fn clone(&self) -> NestedWirelessLinkRequest
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 NestedWirelessLinkRequest
impl Debug for NestedWirelessLinkRequest
Source§impl Default for NestedWirelessLinkRequest
impl Default for NestedWirelessLinkRequest
Source§fn default() -> NestedWirelessLinkRequest
fn default() -> NestedWirelessLinkRequest
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for NestedWirelessLinkRequest
impl<'de> Deserialize<'de> for NestedWirelessLinkRequest
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
impl StructuralPartialEq for NestedWirelessLinkRequest
Auto Trait Implementations§
impl Freeze for NestedWirelessLinkRequest
impl RefUnwindSafe for NestedWirelessLinkRequest
impl Send for NestedWirelessLinkRequest
impl Sync for NestedWirelessLinkRequest
impl Unpin for NestedWirelessLinkRequest
impl UnwindSafe for NestedWirelessLinkRequest
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