pub struct ShowActiveUser {}Expand description
§User profile commands
Most bots don’t need to use these commands, as bot profile can be configured manually via CLI or desktop client. These commands can be used by bots that need to manage multiple user profiles (e.g., the profiles of support agents).
Get active user profile
Network usage: no.
Syntax:
/userTrait Implementations§
Source§impl Clone for ShowActiveUser
impl Clone for ShowActiveUser
Source§fn clone(&self) -> ShowActiveUser
fn clone(&self) -> ShowActiveUser
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 CommandSyntax for ShowActiveUser
impl CommandSyntax for ShowActiveUser
Source§impl Debug for ShowActiveUser
impl Debug for ShowActiveUser
Source§impl PartialEq for ShowActiveUser
impl PartialEq for ShowActiveUser
impl StructuralPartialEq for ShowActiveUser
Auto Trait Implementations§
impl Freeze for ShowActiveUser
impl RefUnwindSafe for ShowActiveUser
impl Send for ShowActiveUser
impl Sync for ShowActiveUser
impl Unpin for ShowActiveUser
impl UnwindSafe for ShowActiveUser
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