pub struct AppProfileUpdate {
pub ax_supported: Option<TriState>,
pub clipboard_borrow_supported: Option<TriState>,
pub last_success_method: Option<CaptureMethod>,
pub last_failure_kind: Option<FailureKind>,
}Fields§
§ax_supported: Option<TriState>§clipboard_borrow_supported: Option<TriState>§last_success_method: Option<CaptureMethod>§last_failure_kind: Option<FailureKind>Trait Implementations§
Source§impl Clone for AppProfileUpdate
impl Clone for AppProfileUpdate
Source§fn clone(&self) -> AppProfileUpdate
fn clone(&self) -> AppProfileUpdate
Returns a duplicate 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 AppProfileUpdate
impl Debug for AppProfileUpdate
Source§impl Default for AppProfileUpdate
impl Default for AppProfileUpdate
Source§fn default() -> AppProfileUpdate
fn default() -> AppProfileUpdate
Returns the “default value” for a type. Read more
Source§impl PartialEq for AppProfileUpdate
impl PartialEq for AppProfileUpdate
impl Eq for AppProfileUpdate
impl StructuralPartialEq for AppProfileUpdate
Auto Trait Implementations§
impl Freeze for AppProfileUpdate
impl RefUnwindSafe for AppProfileUpdate
impl Send for AppProfileUpdate
impl Sync for AppProfileUpdate
impl Unpin for AppProfileUpdate
impl UnsafeUnpin for AppProfileUpdate
impl UnwindSafe for AppProfileUpdate
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