pub enum BackendChoice {
Auto,
Ghostty,
GhosttyEmbedded,
Mock,
}Variants§
Trait Implementations§
Source§impl Clone for BackendChoice
impl Clone for BackendChoice
Source§fn clone(&self) -> BackendChoice
fn clone(&self) -> BackendChoice
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 BackendChoice
impl Debug for BackendChoice
Source§impl<'de> Deserialize<'de> for BackendChoice
impl<'de> Deserialize<'de> for BackendChoice
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for BackendChoice
impl PartialEq for BackendChoice
Source§impl Serialize for BackendChoice
impl Serialize for BackendChoice
impl Copy for BackendChoice
impl Eq for BackendChoice
impl StructuralPartialEq for BackendChoice
Auto Trait Implementations§
impl Freeze for BackendChoice
impl RefUnwindSafe for BackendChoice
impl Send for BackendChoice
impl Sync for BackendChoice
impl Unpin for BackendChoice
impl UnsafeUnpin for BackendChoice
impl UnwindSafe for BackendChoice
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