pub struct BotManagementResponseLinksLinks {
pub _self: Option<String>,
pub service: Option<String>,
}
Fields§
§_self: Option<String>
Location of resource
service: Option<String>
Location of the service resource
Implementations§
Trait Implementations§
Source§impl Clone for BotManagementResponseLinksLinks
impl Clone for BotManagementResponseLinksLinks
Source§fn clone(&self) -> BotManagementResponseLinksLinks
fn clone(&self) -> BotManagementResponseLinksLinks
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 Default for BotManagementResponseLinksLinks
impl Default for BotManagementResponseLinksLinks
Source§fn default() -> BotManagementResponseLinksLinks
fn default() -> BotManagementResponseLinksLinks
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for BotManagementResponseLinksLinks
impl<'de> Deserialize<'de> for BotManagementResponseLinksLinks
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
Source§impl PartialEq for BotManagementResponseLinksLinks
impl PartialEq for BotManagementResponseLinksLinks
Source§fn eq(&self, other: &BotManagementResponseLinksLinks) -> bool
fn eq(&self, other: &BotManagementResponseLinksLinks) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for BotManagementResponseLinksLinks
Auto Trait Implementations§
impl Freeze for BotManagementResponseLinksLinks
impl RefUnwindSafe for BotManagementResponseLinksLinks
impl Send for BotManagementResponseLinksLinks
impl Sync for BotManagementResponseLinksLinks
impl Unpin for BotManagementResponseLinksLinks
impl UnwindSafe for BotManagementResponseLinksLinks
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