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
source§impl From<MinidumpLinuxLsbRelease<'_>> for LinuxStandardBase
impl From<MinidumpLinuxLsbRelease<'_>> for LinuxStandardBase
source§fn from(linux_standard_base: MinidumpLinuxLsbRelease<'_>) -> Self
fn from(linux_standard_base: MinidumpLinuxLsbRelease<'_>) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for LinuxStandardBase
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)