pub enum BusinessFeature {
Location,
OpeningHours,
QuickReplies,
GreetingMessage,
AwayMessage,
AccountLinks,
StartPage,
Bots,
EmojiStatus,
ChatFolderTags,
UpgradedStories,
}
Variants§
Location
The ability to set location
OpeningHours
The ability to set opening hours
QuickReplies
The ability to use quick replies
GreetingMessage
The ability to set up a greeting message
AwayMessage
The ability to set up an away message
AccountLinks
The ability to create links to the business account with predefined message text
StartPage
The ability to customize start page
Bots
The ability to connect a bot to the account
EmojiStatus
The ability to show an emoji status along with the business name
ChatFolderTags
The ability to display folder names for each chat in the chat list
UpgradedStories
Allowed to use many additional features for stories
Trait Implementations§
Source§impl Clone for BusinessFeature
impl Clone for BusinessFeature
Source§fn clone(&self) -> BusinessFeature
fn clone(&self) -> BusinessFeature
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 BusinessFeature
impl Debug for BusinessFeature
Source§impl<'de> Deserialize<'de> for BusinessFeature
impl<'de> Deserialize<'de> for BusinessFeature
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 BusinessFeature
impl PartialEq for BusinessFeature
Source§impl Serialize for BusinessFeature
impl Serialize for BusinessFeature
impl StructuralPartialEq for BusinessFeature
Auto Trait Implementations§
impl Freeze for BusinessFeature
impl RefUnwindSafe for BusinessFeature
impl Send for BusinessFeature
impl Sync for BusinessFeature
impl Unpin for BusinessFeature
impl UnwindSafe for BusinessFeature
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