pub struct DirectChange {
pub node: String,
pub reason: String,
}Fields§
§node: String§reason: StringTrait Implementations§
Source§impl Clone for DirectChange
impl Clone for DirectChange
Source§fn clone(&self) -> DirectChange
fn clone(&self) -> DirectChange
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 DirectChange
impl Debug for DirectChange
Auto Trait Implementations§
impl Freeze for DirectChange
impl RefUnwindSafe for DirectChange
impl Send for DirectChange
impl Sync for DirectChange
impl Unpin for DirectChange
impl UnsafeUnpin for DirectChange
impl UnwindSafe for DirectChange
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