pub struct SaveAll {
pub save_intent: Option<SaveIntent>,
}
Fields§
§save_intent: Option<SaveIntent>
Trait Implementations§
source§impl Action for SaveAll
impl Action for SaveAll
fn namespace(&self) -> &'static str
fn name(&self) -> &'static str
fn qualified_name() -> &'static str
fn id(&self) -> TypeId
fn as_any(&self) -> &dyn Any
fn boxed_clone(&self) -> Box<dyn Action>
fn eq(&self, other: &dyn Action) -> bool
fn type_tag(&self) -> TypeTag
fn from_json_str(json: Value) -> Result<Box<dyn Action>>
source§impl<'de> Deserialize<'de> for SaveAll
impl<'de> Deserialize<'de> for SaveAll
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<SaveAll> for SaveAll
impl PartialEq<SaveAll> for SaveAll
impl StructuralPartialEq for SaveAll
Auto Trait Implementations§
impl RefUnwindSafe for SaveAll
impl Send for SaveAll
impl Sync for SaveAll
impl Unpin for SaveAll
impl UnwindSafe for SaveAll
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