pub struct TauriMemoryActionCommand {
pub config_path: PathBuf,
pub record_id: String,
pub action: DesktopLifecycleActionDto,
pub metadata: DesktopMetadataDto,
}Fields§
§config_path: PathBuf§record_id: String§action: DesktopLifecycleActionDto§metadata: DesktopMetadataDtoTrait Implementations§
Source§impl Clone for TauriMemoryActionCommand
impl Clone for TauriMemoryActionCommand
Source§fn clone(&self) -> TauriMemoryActionCommand
fn clone(&self) -> TauriMemoryActionCommand
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 TauriMemoryActionCommand
impl Debug for TauriMemoryActionCommand
Source§impl<'de> Deserialize<'de> for TauriMemoryActionCommand
impl<'de> Deserialize<'de> for TauriMemoryActionCommand
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 TauriMemoryActionCommand
impl PartialEq for TauriMemoryActionCommand
Source§fn eq(&self, other: &TauriMemoryActionCommand) -> bool
fn eq(&self, other: &TauriMemoryActionCommand) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for TauriMemoryActionCommand
impl Serialize for TauriMemoryActionCommand
impl Eq for TauriMemoryActionCommand
impl StructuralPartialEq for TauriMemoryActionCommand
Auto Trait Implementations§
impl Freeze for TauriMemoryActionCommand
impl RefUnwindSafe for TauriMemoryActionCommand
impl Send for TauriMemoryActionCommand
impl Sync for TauriMemoryActionCommand
impl Unpin for TauriMemoryActionCommand
impl UnsafeUnpin for TauriMemoryActionCommand
impl UnwindSafe for TauriMemoryActionCommand
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.