pub struct AssociateLinkRequest {
pub device_id: String,
pub global_network_id: String,
pub link_id: String,
}
Fields§
§device_id: String
The ID of the device.
global_network_id: String
The ID of the global network.
link_id: String
The 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 copy 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 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§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 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