pub enum RichMenuBatchProgressPhase {
Ongoing,
Succeeded,
Failed,
}
Expand description
RichMenuBatchProgressPhase : The current status. One of: ongoing
: Rich menu batch control is in progress. succeeded
: Rich menu batch control is complete. failed
: Rich menu batch control failed. This means that the rich menu for one or more users couldn’t be controlled. There may also be users whose operations have been successfully completed.
The current status. One of: ongoing
: Rich menu batch control is in progress. succeeded
: Rich menu batch control is complete. failed
: Rich menu batch control failed. This means that the rich menu for one or more users couldn’t be controlled. There may also be users whose operations have been successfully completed.
Variants§
Trait Implementations§
Source§impl Clone for RichMenuBatchProgressPhase
impl Clone for RichMenuBatchProgressPhase
Source§fn clone(&self) -> RichMenuBatchProgressPhase
fn clone(&self) -> RichMenuBatchProgressPhase
Returns a copy 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 RichMenuBatchProgressPhase
impl Debug for RichMenuBatchProgressPhase
Source§impl Default for RichMenuBatchProgressPhase
impl Default for RichMenuBatchProgressPhase
Source§fn default() -> RichMenuBatchProgressPhase
fn default() -> RichMenuBatchProgressPhase
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RichMenuBatchProgressPhase
impl<'de> Deserialize<'de> for RichMenuBatchProgressPhase
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 Display for RichMenuBatchProgressPhase
impl Display for RichMenuBatchProgressPhase
Source§impl Hash for RichMenuBatchProgressPhase
impl Hash for RichMenuBatchProgressPhase
Source§impl Ord for RichMenuBatchProgressPhase
impl Ord for RichMenuBatchProgressPhase
Source§fn cmp(&self, other: &RichMenuBatchProgressPhase) -> Ordering
fn cmp(&self, other: &RichMenuBatchProgressPhase) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for RichMenuBatchProgressPhase
impl PartialOrd for RichMenuBatchProgressPhase
impl Copy for RichMenuBatchProgressPhase
impl Eq for RichMenuBatchProgressPhase
impl StructuralPartialEq for RichMenuBatchProgressPhase
Auto Trait Implementations§
impl Freeze for RichMenuBatchProgressPhase
impl RefUnwindSafe for RichMenuBatchProgressPhase
impl Send for RichMenuBatchProgressPhase
impl Sync for RichMenuBatchProgressPhase
impl Unpin for RichMenuBatchProgressPhase
impl UnwindSafe for RichMenuBatchProgressPhase
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.