pub struct ActionOnFile {
pub action: String,
pub item: AssetEntry,
pub path: String,
pub source_root: String,
pub watch_assets_mode: bool,
}Fields§
§action: String§item: AssetEntry§path: String§source_root: String§watch_assets_mode: boolTrait Implementations§
Source§impl Clone for ActionOnFile
impl Clone for ActionOnFile
Source§fn clone(&self) -> ActionOnFile
fn clone(&self) -> ActionOnFile
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 ActionOnFile
impl Debug for ActionOnFile
Source§impl Default for ActionOnFile
impl Default for ActionOnFile
Source§fn default() -> ActionOnFile
fn default() -> ActionOnFile
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ActionOnFile
impl<'de> Deserialize<'de> for ActionOnFile
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 ActionOnFile
impl PartialEq for ActionOnFile
Source§fn eq(&self, other: &ActionOnFile) -> bool
fn eq(&self, other: &ActionOnFile) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ActionOnFile
impl Serialize for ActionOnFile
impl Eq for ActionOnFile
impl StructuralPartialEq for ActionOnFile
Auto Trait Implementations§
impl Freeze for ActionOnFile
impl RefUnwindSafe for ActionOnFile
impl Send for ActionOnFile
impl Sync for ActionOnFile
impl Unpin for ActionOnFile
impl UnsafeUnpin for ActionOnFile
impl UnwindSafe for ActionOnFile
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.