pub struct CustomSectionName {
pub enabled: bool,
pub value: String,
}
Expand description
Custom .text
section name override.
Fields§
§enabled: bool
Whether this feature is enabled.
value: String
Custom section name value.
Trait Implementations§
Source§impl Debug for CustomSectionName
impl Debug for CustomSectionName
Source§impl Default for CustomSectionName
impl Default for CustomSectionName
Source§fn default() -> CustomSectionName
fn default() -> CustomSectionName
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CustomSectionName
impl<'de> Deserialize<'de> for CustomSectionName
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 CustomSectionName
impl RefUnwindSafe for CustomSectionName
impl Send for CustomSectionName
impl Sync for CustomSectionName
impl Unpin for CustomSectionName
impl UnwindSafe for CustomSectionName
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