pub struct CalloutStyleConfig {
pub style: CalloutStyle,
pub show_icons: bool,
pub show_fold_icons: bool,
pub label_inside: bool,
pub uppercase: bool,
}Fields§
§style: CalloutStyle§show_icons: bool§show_fold_icons: bool§label_inside: bool§uppercase: boolTrait Implementations§
Source§impl Clone for CalloutStyleConfig
impl Clone for CalloutStyleConfig
Source§fn clone(&self) -> CalloutStyleConfig
fn clone(&self) -> CalloutStyleConfig
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CalloutStyleConfig
Source§impl Debug for CalloutStyleConfig
impl Debug for CalloutStyleConfig
Source§impl Default for CalloutStyleConfig
impl Default for CalloutStyleConfig
Source§impl<'de> Deserialize<'de> for CalloutStyleConfig
impl<'de> Deserialize<'de> for CalloutStyleConfig
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 CalloutStyleConfig
impl Display for CalloutStyleConfig
impl Eq for CalloutStyleConfig
Source§impl From<CalloutStyleConfig> for String
impl From<CalloutStyleConfig> for String
Source§fn from(value: CalloutStyleConfig) -> Self
fn from(value: CalloutStyleConfig) -> Self
Converts to this type from the input type.
Source§impl PartialEq for CalloutStyleConfig
impl PartialEq for CalloutStyleConfig
Source§impl Serialize for CalloutStyleConfig
impl Serialize for CalloutStyleConfig
impl StructuralPartialEq for CalloutStyleConfig
Auto Trait Implementations§
impl Freeze for CalloutStyleConfig
impl RefUnwindSafe for CalloutStyleConfig
impl Send for CalloutStyleConfig
impl Sync for CalloutStyleConfig
impl Unpin for CalloutStyleConfig
impl UnsafeUnpin for CalloutStyleConfig
impl UnwindSafe for CalloutStyleConfig
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,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
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.Source§impl<I> IntoResettable<String> for I
impl<I> IntoResettable<String> for I
Source§fn into_resettable(self) -> Resettable<String>
fn into_resettable(self) -> Resettable<String>
Convert to the intended resettable type