pub struct DisassociateLinkRequest {
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 DisassociateLinkRequest
impl Clone for DisassociateLinkRequest
Source§fn clone(&self) -> DisassociateLinkRequest
fn clone(&self) -> DisassociateLinkRequest
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 DisassociateLinkRequest
impl Debug for DisassociateLinkRequest
Source§impl Default for DisassociateLinkRequest
impl Default for DisassociateLinkRequest
Source§fn default() -> DisassociateLinkRequest
fn default() -> DisassociateLinkRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for DisassociateLinkRequest
impl PartialEq for DisassociateLinkRequest
Source§impl Serialize for DisassociateLinkRequest
impl Serialize for DisassociateLinkRequest
impl StructuralPartialEq for DisassociateLinkRequest
Auto Trait Implementations§
impl Freeze for DisassociateLinkRequest
impl RefUnwindSafe for DisassociateLinkRequest
impl Send for DisassociateLinkRequest
impl Sync for DisassociateLinkRequest
impl Unpin for DisassociateLinkRequest
impl UnwindSafe for DisassociateLinkRequest
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