pub struct NativeOsProfile {
pub id: &'static str,
pub attention_policy: AttentionPolicy,
pub governance_policy: GovernancePolicy,
}Fields§
§id: &'static str§attention_policy: AttentionPolicy§governance_policy: GovernancePolicyTrait Implementations§
Source§impl Clone for NativeOsProfile
impl Clone for NativeOsProfile
Source§fn clone(&self) -> NativeOsProfile
fn clone(&self) -> NativeOsProfile
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 moreAuto Trait Implementations§
impl Freeze for NativeOsProfile
impl RefUnwindSafe for NativeOsProfile
impl Send for NativeOsProfile
impl Sync for NativeOsProfile
impl Unpin for NativeOsProfile
impl UnsafeUnpin for NativeOsProfile
impl UnwindSafe for NativeOsProfile
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