pub enum DebuginfoLevel {
None,
LineDirectivesOnly,
LineTablesOnly,
Limited,
Full,
}
Variants§
Trait Implementations§
Source§impl Clone for DebuginfoLevel
impl Clone for DebuginfoLevel
Source§fn clone(&self) -> DebuginfoLevel
fn clone(&self) -> DebuginfoLevel
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 Debug for DebuginfoLevel
impl Debug for DebuginfoLevel
Source§impl Default for DebuginfoLevel
impl Default for DebuginfoLevel
Source§fn default() -> DebuginfoLevel
fn default() -> DebuginfoLevel
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DebuginfoLevel
impl<'de> Deserialize<'de> for DebuginfoLevel
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 Display for DebuginfoLevel
impl Display for DebuginfoLevel
Suitable for passing to -C debuginfo
Source§impl PartialEq for DebuginfoLevel
impl PartialEq for DebuginfoLevel
impl Copy for DebuginfoLevel
impl Eq for DebuginfoLevel
impl StructuralPartialEq for DebuginfoLevel
Auto Trait Implementations§
impl Freeze for DebuginfoLevel
impl RefUnwindSafe for DebuginfoLevel
impl Send for DebuginfoLevel
impl Sync for DebuginfoLevel
impl Unpin for DebuginfoLevel
impl UnwindSafe for DebuginfoLevel
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<T> Pointable for T
impl<T> Pointable for T
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 1 byte
Size for each variant:
None
: 0 bytesLineDirectivesOnly
: 0 bytesLineTablesOnly
: 0 bytesLimited
: 0 bytesFull
: 0 bytes