Struct minidump_processor::LinuxStandardBase [−][src]
pub struct LinuxStandardBase {
pub id: String,
pub release: String,
pub codename: String,
pub description: String,
}Fields
id: Stringrelease: Stringcodename: Stringdescription: StringTrait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for LinuxStandardBase
impl Send for LinuxStandardBase
impl Sync for LinuxStandardBase
impl Unpin for LinuxStandardBase
impl UnwindSafe for LinuxStandardBase
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more