pub struct ProfileSelection {
pub profile: ModelProfile,
pub selectable: bool,
pub reason: String,
}Fields§
§profile: ModelProfile§selectable: bool§reason: StringTrait Implementations§
Source§impl Clone for ProfileSelection
impl Clone for ProfileSelection
Source§fn clone(&self) -> ProfileSelection
fn clone(&self) -> ProfileSelection
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 ProfileSelection
impl Debug for ProfileSelection
impl Eq for ProfileSelection
Source§impl PartialEq for ProfileSelection
impl PartialEq for ProfileSelection
Source§impl Serialize for ProfileSelection
impl Serialize for ProfileSelection
impl StructuralPartialEq for ProfileSelection
Auto Trait Implementations§
impl Freeze for ProfileSelection
impl RefUnwindSafe for ProfileSelection
impl Send for ProfileSelection
impl Sync for ProfileSelection
impl Unpin for ProfileSelection
impl UnsafeUnpin for ProfileSelection
impl UnwindSafe for ProfileSelection
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