Struct gitu::config::StyleConfigEntry
source · pub struct StyleConfigEntry { /* private fields */ }
Trait Implementations§
source§impl Debug for StyleConfigEntry
impl Debug for StyleConfigEntry
source§impl Default for StyleConfigEntry
impl Default for StyleConfigEntry
source§fn default() -> StyleConfigEntry
fn default() -> StyleConfigEntry
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for StyleConfigEntry
impl<'de> Deserialize<'de> for StyleConfigEntry
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<&StyleConfigEntry> for Style
impl From<&StyleConfigEntry> for Style
source§fn from(val: &StyleConfigEntry) -> Self
fn from(val: &StyleConfigEntry) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for StyleConfigEntry
impl RefUnwindSafe for StyleConfigEntry
impl Send for StyleConfigEntry
impl Sync for StyleConfigEntry
impl Unpin for StyleConfigEntry
impl UnwindSafe for StyleConfigEntry
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