pub struct GetManagedBotToken { /* private fields */ }Expand description
Returns the token of a managed bot.
Trait Implementations§
Source§impl Clone for GetManagedBotToken
impl Clone for GetManagedBotToken
Source§fn clone(&self) -> GetManagedBotToken
fn clone(&self) -> GetManagedBotToken
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 GetManagedBotToken
impl Debug for GetManagedBotToken
Source§impl From<i64> for GetManagedBotToken
impl From<i64> for GetManagedBotToken
Source§impl Method for GetManagedBotToken
impl Method for GetManagedBotToken
Source§impl Serialize for GetManagedBotToken
impl Serialize for GetManagedBotToken
impl Copy for GetManagedBotToken
Auto Trait Implementations§
impl Freeze for GetManagedBotToken
impl RefUnwindSafe for GetManagedBotToken
impl Send for GetManagedBotToken
impl Sync for GetManagedBotToken
impl Unpin for GetManagedBotToken
impl UnsafeUnpin for GetManagedBotToken
impl UnwindSafe for GetManagedBotToken
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