pub struct BotManagementResponseLinks {
pub _links: Option<Box<BotManagementResponseLinksLinks>>,
}
Fields§
§_links: Option<Box<BotManagementResponseLinksLinks>>
Implementations§
Source§impl BotManagementResponseLinks
impl BotManagementResponseLinks
pub fn new() -> BotManagementResponseLinks
Trait Implementations§
Source§impl Clone for BotManagementResponseLinks
impl Clone for BotManagementResponseLinks
Source§fn clone(&self) -> BotManagementResponseLinks
fn clone(&self) -> BotManagementResponseLinks
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 BotManagementResponseLinks
impl Debug for BotManagementResponseLinks
Source§impl Default for BotManagementResponseLinks
impl Default for BotManagementResponseLinks
Source§fn default() -> BotManagementResponseLinks
fn default() -> BotManagementResponseLinks
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for BotManagementResponseLinks
impl<'de> Deserialize<'de> for BotManagementResponseLinks
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
impl StructuralPartialEq for BotManagementResponseLinks
Auto Trait Implementations§
impl Freeze for BotManagementResponseLinks
impl RefUnwindSafe for BotManagementResponseLinks
impl Send for BotManagementResponseLinks
impl Sync for BotManagementResponseLinks
impl Unpin for BotManagementResponseLinks
impl UnwindSafe for BotManagementResponseLinks
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