pub struct CustomPhaseConfig {
pub custom_phase_class: Option<String>,
}Expand description
Custom phase configuration.
Fields§
§custom_phase_class: Option<String>Custom phase class name.
Trait Implementations§
Source§impl Clone for CustomPhaseConfig
impl Clone for CustomPhaseConfig
Source§fn clone(&self) -> CustomPhaseConfig
fn clone(&self) -> CustomPhaseConfig
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 CustomPhaseConfig
impl Debug for CustomPhaseConfig
Source§impl Default for CustomPhaseConfig
impl Default for CustomPhaseConfig
Source§fn default() -> CustomPhaseConfig
fn default() -> CustomPhaseConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CustomPhaseConfig
impl<'de> Deserialize<'de> for CustomPhaseConfig
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
Auto Trait Implementations§
impl Freeze for CustomPhaseConfig
impl RefUnwindSafe for CustomPhaseConfig
impl Send for CustomPhaseConfig
impl Sync for CustomPhaseConfig
impl Unpin for CustomPhaseConfig
impl UnwindSafe for CustomPhaseConfig
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