pub struct MarkerConfig {
pub enabled: bool,
}Expand description
Whether the adapter should emit render markers.
Fields§
§enabled: boolWhether the adapter should emit render markers.
Trait Implementations§
Source§impl Clone for MarkerConfig
impl Clone for MarkerConfig
Source§fn clone(&self) -> MarkerConfig
fn clone(&self) -> MarkerConfig
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 MarkerConfig
Source§impl Debug for MarkerConfig
impl Debug for MarkerConfig
Source§impl<'de> Deserialize<'de> for MarkerConfig
impl<'de> Deserialize<'de> for MarkerConfig
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
impl Eq for MarkerConfig
Source§impl PartialEq for MarkerConfig
impl PartialEq for MarkerConfig
Source§impl Serialize for MarkerConfig
impl Serialize for MarkerConfig
impl StructuralPartialEq for MarkerConfig
Auto Trait Implementations§
impl Freeze for MarkerConfig
impl RefUnwindSafe for MarkerConfig
impl Send for MarkerConfig
impl Sync for MarkerConfig
impl Unpin for MarkerConfig
impl UnsafeUnpin for MarkerConfig
impl UnwindSafe for MarkerConfig
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