pub struct EsEventClose {
pub modified: bool,
pub target: EsFile,
}Fields§
§modified: bool§target: EsFileTrait Implementations§
Source§impl Clone for EsEventClose
impl Clone for EsEventClose
Source§fn clone(&self) -> EsEventClose
fn clone(&self) -> EsEventClose
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 EsEventClose
impl Debug for EsEventClose
Source§impl<'de> Deserialize<'de> for EsEventClose
impl<'de> Deserialize<'de> for EsEventClose
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 EsEventClose
impl RefUnwindSafe for EsEventClose
impl Send for EsEventClose
impl Sync for EsEventClose
impl Unpin for EsEventClose
impl UnwindSafe for EsEventClose
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