pub struct RuntimeSupportRecord {
pub runtime_family: String,
pub target_triple: String,
pub version: String,
}Fields§
§runtime_family: String§target_triple: String§version: StringTrait Implementations§
Source§impl Clone for RuntimeSupportRecord
impl Clone for RuntimeSupportRecord
Source§fn clone(&self) -> RuntimeSupportRecord
fn clone(&self) -> RuntimeSupportRecord
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 moreSource§impl Debug for RuntimeSupportRecord
impl Debug for RuntimeSupportRecord
impl Eq for RuntimeSupportRecord
Source§impl PartialEq for RuntimeSupportRecord
impl PartialEq for RuntimeSupportRecord
Source§fn eq(&self, other: &RuntimeSupportRecord) -> bool
fn eq(&self, other: &RuntimeSupportRecord) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for RuntimeSupportRecord
Auto Trait Implementations§
impl Freeze for RuntimeSupportRecord
impl RefUnwindSafe for RuntimeSupportRecord
impl Send for RuntimeSupportRecord
impl Sync for RuntimeSupportRecord
impl Unpin for RuntimeSupportRecord
impl UnsafeUnpin for RuntimeSupportRecord
impl UnwindSafe for RuntimeSupportRecord
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