pub struct LiveFileChange {
pub file_name: String,
pub content: String,
}
Fields§
§file_name: String
§content: String
Trait Implementations§
source§impl Clone for LiveFileChange
impl Clone for LiveFileChange
source§fn clone(&self) -> LiveFileChange
fn clone(&self) -> LiveFileChange
Returns a copy 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 LiveFileChange
impl Debug for LiveFileChange
source§impl PartialEq<LiveFileChange> for LiveFileChange
impl PartialEq<LiveFileChange> for LiveFileChange
source§fn eq(&self, other: &LiveFileChange) -> bool
fn eq(&self, other: &LiveFileChange) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for LiveFileChange
Auto Trait Implementations§
impl RefUnwindSafe for LiveFileChange
impl Send for LiveFileChange
impl Sync for LiveFileChange
impl Unpin for LiveFileChange
impl UnwindSafe for LiveFileChange
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