pub enum AxBackendPreference {
Auto,
Hammerspoon,
AppleScript,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for AxBackendPreference
impl Clone for AxBackendPreference
Source§fn clone(&self) -> AxBackendPreference
fn clone(&self) -> AxBackendPreference
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 AxBackendPreference
impl Debug for AxBackendPreference
Source§impl PartialEq for AxBackendPreference
impl PartialEq for AxBackendPreference
impl Copy for AxBackendPreference
impl Eq for AxBackendPreference
impl StructuralPartialEq for AxBackendPreference
Auto Trait Implementations§
impl Freeze for AxBackendPreference
impl RefUnwindSafe for AxBackendPreference
impl Send for AxBackendPreference
impl Sync for AxBackendPreference
impl Unpin for AxBackendPreference
impl UnsafeUnpin for AxBackendPreference
impl UnwindSafe for AxBackendPreference
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