pub struct DeleteLinkRequest {
pub global_network_id: String,
pub link_id: String,
}
Fields§
§global_network_id: String
The ID of the global network.
link_id: String
The ID of the link.
Trait Implementations§
Source§impl Clone for DeleteLinkRequest
impl Clone for DeleteLinkRequest
Source§fn clone(&self) -> DeleteLinkRequest
fn clone(&self) -> DeleteLinkRequest
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 DeleteLinkRequest
impl Debug for DeleteLinkRequest
Source§impl Default for DeleteLinkRequest
impl Default for DeleteLinkRequest
Source§fn default() -> DeleteLinkRequest
fn default() -> DeleteLinkRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for DeleteLinkRequest
impl PartialEq for DeleteLinkRequest
Source§impl Serialize for DeleteLinkRequest
impl Serialize for DeleteLinkRequest
impl StructuralPartialEq for DeleteLinkRequest
Auto Trait Implementations§
impl Freeze for DeleteLinkRequest
impl RefUnwindSafe for DeleteLinkRequest
impl Send for DeleteLinkRequest
impl Sync for DeleteLinkRequest
impl Unpin for DeleteLinkRequest
impl UnwindSafe for DeleteLinkRequest
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