pub enum CompressDebuginfo {
Zlib,
Off,
}Variants§
Implementations§
Source§impl CompressDebuginfo
impl CompressDebuginfo
fn default_on() -> Self
Trait Implementations§
Source§impl Clone for CompressDebuginfo
impl Clone for CompressDebuginfo
Source§fn clone(&self) -> CompressDebuginfo
fn clone(&self) -> CompressDebuginfo
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 CompressDebuginfo
Source§impl Debug for CompressDebuginfo
impl Debug for CompressDebuginfo
Source§impl Default for CompressDebuginfo
impl Default for CompressDebuginfo
Source§fn default() -> CompressDebuginfo
fn default() -> CompressDebuginfo
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CompressDebuginfo
impl<'de> Deserialize<'de> for CompressDebuginfo
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 CompressDebuginfo
Source§impl FromStr for CompressDebuginfo
impl FromStr for CompressDebuginfo
Source§impl Hash for CompressDebuginfo
impl Hash for CompressDebuginfo
Source§impl PartialEq for CompressDebuginfo
impl PartialEq for CompressDebuginfo
Source§fn eq(&self, other: &CompressDebuginfo) -> bool
fn eq(&self, other: &CompressDebuginfo) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CompressDebuginfo
Auto Trait Implementations§
impl Freeze for CompressDebuginfo
impl RefUnwindSafe for CompressDebuginfo
impl Send for CompressDebuginfo
impl Sync for CompressDebuginfo
impl Unpin for CompressDebuginfo
impl UnsafeUnpin for CompressDebuginfo
impl UnwindSafe for CompressDebuginfo
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> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
§impl<T> Pointable for T
impl<T> Pointable for T
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:
Zlib: 0 bytesOff: 0 bytes