Struct workspace2::pane::CloseAllItems
source · pub struct CloseAllItems {
pub save_intent: Option<SaveIntent>,
}
Fields§
§save_intent: Option<SaveIntent>
Trait Implementations§
source§impl Action for CloseAllItems
impl Action for CloseAllItems
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 CloseAllItems
impl Clone for CloseAllItems
source§fn clone(&self) -> CloseAllItems
fn clone(&self) -> CloseAllItems
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 CloseAllItems
impl Debug for CloseAllItems
source§impl Default for CloseAllItems
impl Default for CloseAllItems
source§fn default() -> CloseAllItems
fn default() -> CloseAllItems
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for CloseAllItems
impl<'de> Deserialize<'de> for CloseAllItems
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<CloseAllItems> for CloseAllItems
impl PartialEq<CloseAllItems> for CloseAllItems
source§fn eq(&self, other: &CloseAllItems) -> bool
fn eq(&self, other: &CloseAllItems) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for CloseAllItems
Auto Trait Implementations§
impl RefUnwindSafe for CloseAllItems
impl Send for CloseAllItems
impl Sync for CloseAllItems
impl Unpin for CloseAllItems
impl UnwindSafe for CloseAllItems
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