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