pub enum FollowUpModeConfig {
All,
OneAtATime,
}Expand description
Serializable mirror of FollowUpMode.
Variants§
Trait Implementations§
Source§impl Clone for FollowUpModeConfig
impl Clone for FollowUpModeConfig
Source§fn clone(&self) -> FollowUpModeConfig
fn clone(&self) -> FollowUpModeConfig
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 FollowUpModeConfig
impl Debug for FollowUpModeConfig
Source§impl Default for FollowUpModeConfig
impl Default for FollowUpModeConfig
Source§fn default() -> FollowUpModeConfig
fn default() -> FollowUpModeConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for FollowUpModeConfig
impl<'de> Deserialize<'de> for FollowUpModeConfig
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 From<FollowUpMode> for FollowUpModeConfig
impl From<FollowUpMode> for FollowUpModeConfig
Source§fn from(m: FollowUpMode) -> Self
fn from(m: FollowUpMode) -> Self
Converts to this type from the input type.
Source§impl From<FollowUpModeConfig> for FollowUpMode
impl From<FollowUpModeConfig> for FollowUpMode
Source§fn from(m: FollowUpModeConfig) -> Self
fn from(m: FollowUpModeConfig) -> Self
Converts to this type from the input type.
Source§impl PartialEq for FollowUpModeConfig
impl PartialEq for FollowUpModeConfig
Source§impl Serialize for FollowUpModeConfig
impl Serialize for FollowUpModeConfig
impl Copy for FollowUpModeConfig
impl Eq for FollowUpModeConfig
impl StructuralPartialEq for FollowUpModeConfig
Auto Trait Implementations§
impl Freeze for FollowUpModeConfig
impl RefUnwindSafe for FollowUpModeConfig
impl Send for FollowUpModeConfig
impl Sync for FollowUpModeConfig
impl Unpin for FollowUpModeConfig
impl UnsafeUnpin for FollowUpModeConfig
impl UnwindSafe for FollowUpModeConfig
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