pub struct AssociateLinkRequest {
pub device_id: String,
pub global_network_id: String,
pub link_id: String,
}Fields§
§device_id: StringThe ID of the device.
global_network_id: StringThe ID of the global network.
link_id: StringThe ID of the link.
Trait Implementations§
Source§impl Clone for AssociateLinkRequest
impl Clone for AssociateLinkRequest
Source§fn clone(&self) -> AssociateLinkRequest
fn clone(&self) -> AssociateLinkRequest
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 AssociateLinkRequest
impl Debug for AssociateLinkRequest
Source§impl Default for AssociateLinkRequest
impl Default for AssociateLinkRequest
Source§fn default() -> AssociateLinkRequest
fn default() -> AssociateLinkRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for AssociateLinkRequest
impl PartialEq for AssociateLinkRequest
Source§fn eq(&self, other: &AssociateLinkRequest) -> bool
fn eq(&self, other: &AssociateLinkRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for AssociateLinkRequest
impl Serialize for AssociateLinkRequest
impl StructuralPartialEq for AssociateLinkRequest
Auto Trait Implementations§
impl Freeze for AssociateLinkRequest
impl RefUnwindSafe for AssociateLinkRequest
impl Send for AssociateLinkRequest
impl Sync for AssociateLinkRequest
impl Unpin for AssociateLinkRequest
impl UnsafeUnpin for AssociateLinkRequest
impl UnwindSafe for AssociateLinkRequest
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