Struct workspace2::OpenTerminal
source · pub struct OpenTerminal {
pub working_directory: PathBuf,
}
Fields§
§working_directory: PathBuf
Trait Implementations§
source§impl Action for OpenTerminal
impl Action for OpenTerminal
fn name(&self) -> &'static str
fn debug_name() -> &'static strwhere Self: Sized,
fn build(value: Value) -> Result<Box<dyn Action>>where Self: Sized,
fn partial_eq(&self, action: &dyn Action) -> bool
fn boxed_clone(&self) -> Box<dyn Action>
fn as_any(&self) -> &dyn Any
source§impl Clone for OpenTerminal
impl Clone for OpenTerminal
source§fn clone(&self) -> OpenTerminal
fn clone(&self) -> OpenTerminal
Returns a copy 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 OpenTerminal
impl Debug for OpenTerminal
source§impl Default for OpenTerminal
impl Default for OpenTerminal
source§fn default() -> OpenTerminal
fn default() -> OpenTerminal
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for OpenTerminal
impl<'de> Deserialize<'de> for OpenTerminal
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<OpenTerminal> for OpenTerminal
impl PartialEq<OpenTerminal> for OpenTerminal
source§fn eq(&self, other: &OpenTerminal) -> bool
fn eq(&self, other: &OpenTerminal) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for OpenTerminal
Auto Trait Implementations§
impl RefUnwindSafe for OpenTerminal
impl Send for OpenTerminal
impl Sync for OpenTerminal
impl Unpin for OpenTerminal
impl UnwindSafe for OpenTerminal
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