pub enum CalloutType {
Note,
Tip,
Important,
Warning,
Caution,
}
Variants§
Trait Implementations§
Source§impl Clone for CalloutType
impl Clone for CalloutType
Source§fn clone(&self) -> CalloutType
fn clone(&self) -> CalloutType
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for CalloutType
impl Debug for CalloutType
Source§impl Default for CalloutType
impl Default for CalloutType
Source§fn default() -> CalloutType
fn default() -> CalloutType
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CalloutType
impl<'de> Deserialize<'de> for CalloutType
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 CalloutType
impl PartialEq for CalloutType
Source§impl Serialize for CalloutType
impl Serialize for CalloutType
impl Eq for CalloutType
impl StructuralPartialEq for CalloutType
Auto Trait Implementations§
impl Freeze for CalloutType
impl RefUnwindSafe for CalloutType
impl Send for CalloutType
impl Sync for CalloutType
impl Unpin for CalloutType
impl UnwindSafe for CalloutType
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