pub struct DebugMetadataEnable(pub bool);
Expand description
Enable or disable the debug metadata.
Tuple Fields§
§0: bool
Trait Implementations§
Source§impl Clone for DebugMetadataEnable
impl Clone for DebugMetadataEnable
Source§fn clone(&self) -> DebugMetadataEnable
fn clone(&self) -> DebugMetadataEnable
Returns a copy 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 ControlEntry for DebugMetadataEnable
impl ControlEntry for DebugMetadataEnable
Source§impl Debug for DebugMetadataEnable
impl Debug for DebugMetadataEnable
Source§impl Deref for DebugMetadataEnable
impl Deref for DebugMetadataEnable
Source§impl DerefMut for DebugMetadataEnable
impl DerefMut for DebugMetadataEnable
Source§impl From<DebugMetadataEnable> for ControlValue
impl From<DebugMetadataEnable> for ControlValue
Source§fn from(val: DebugMetadataEnable) -> Self
fn from(val: DebugMetadataEnable) -> Self
Converts to this type from the input type.
Source§impl TryFrom<ControlValue> for DebugMetadataEnable
impl TryFrom<ControlValue> for DebugMetadataEnable
Source§type Error = ControlValueError
type Error = ControlValueError
The type returned in the event of a conversion error.
impl Control for DebugMetadataEnable
Auto Trait Implementations§
impl Freeze for DebugMetadataEnable
impl RefUnwindSafe for DebugMetadataEnable
impl Send for DebugMetadataEnable
impl Sync for DebugMetadataEnable
impl Unpin for DebugMetadataEnable
impl UnwindSafe for DebugMetadataEnable
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