pub enum CurrentProjection {
Idle,
Action(CanonicalHostAction),
Terminal(KernelTerminal),
}Variants§
Trait Implementations§
Source§impl Clone for CurrentProjection
impl Clone for CurrentProjection
Source§fn clone(&self) -> CurrentProjection
fn clone(&self) -> CurrentProjection
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 CurrentProjection
impl Debug for CurrentProjection
Source§impl<'de> Deserialize<'de> for CurrentProjection
impl<'de> Deserialize<'de> for CurrentProjection
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 CurrentProjection
impl PartialEq for CurrentProjection
Source§impl Serialize for CurrentProjection
impl Serialize for CurrentProjection
impl StructuralPartialEq for CurrentProjection
Auto Trait Implementations§
impl Freeze for CurrentProjection
impl RefUnwindSafe for CurrentProjection
impl Send for CurrentProjection
impl Sync for CurrentProjection
impl Unpin for CurrentProjection
impl UnsafeUnpin for CurrentProjection
impl UnwindSafe for CurrentProjection
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