pub struct EsEventLink {
pub source: EsFile,
pub target_dir: EsFile,
pub target_filename: String,
}Fields§
§source: EsFile§target_dir: EsFile§target_filename: StringTrait Implementations§
Source§impl Clone for EsEventLink
impl Clone for EsEventLink
Source§fn clone(&self) -> EsEventLink
fn clone(&self) -> EsEventLink
Returns a duplicate 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 EsEventLink
impl Debug for EsEventLink
Source§impl<'de> Deserialize<'de> for EsEventLink
impl<'de> Deserialize<'de> for EsEventLink
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
Auto Trait Implementations§
impl Freeze for EsEventLink
impl RefUnwindSafe for EsEventLink
impl Send for EsEventLink
impl Sync for EsEventLink
impl Unpin for EsEventLink
impl UnwindSafe for EsEventLink
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