Struct minidump_processor::LinuxStandardBase
source · pub struct LinuxStandardBase {
pub id: String,
pub release: String,
pub codename: String,
pub description: String,
}Fields§
§id: String§release: String§codename: String§description: StringTrait Implementations§
source§impl Clone for LinuxStandardBase
impl Clone for LinuxStandardBase
source§fn clone(&self) -> LinuxStandardBase
fn clone(&self) -> LinuxStandardBase
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 LinuxStandardBase
impl Debug for LinuxStandardBase
source§impl Default for LinuxStandardBase
impl Default for LinuxStandardBase
source§fn default() -> LinuxStandardBase
fn default() -> LinuxStandardBase
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§
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