Available on (crate features
blocking-network-client
or async-network-client
) and (crate features async-network-client
or blocking-network-client
) only.Expand description
Information about the update of a single reference, corresponding the respective entry in RefMap::mappings
.
Fields
mode: Mode
The way the update was performed.
edit_index: Option<usize>
The index to the edit that was created from the corresponding mapping, or None
if there was no local ref.
Trait Implementations
impl Eq for Update
impl StructuralEq for Update
impl StructuralPartialEq for Update
Auto Trait Implementations
impl RefUnwindSafe for Update
impl Send for Update
impl Sync for Update
impl Unpin for Update
impl UnwindSafe for Update
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more