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 for LiveFileChange
impl PartialEq for LiveFileChange
impl StructuralPartialEq for LiveFileChange
Auto Trait Implementations§
impl Freeze for LiveFileChange
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