pub struct TopologyPatch {
pub ops: Vec<PatchOp>,
}Expand description
A deterministic sequence of topology patch operations.
Fields§
§ops: Vec<PatchOp>Patch operations in application order.
Implementations§
Trait Implementations§
Source§impl Clone for TopologyPatch
impl Clone for TopologyPatch
Source§fn clone(&self) -> TopologyPatch
fn clone(&self) -> TopologyPatch
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for TopologyPatch
impl RefUnwindSafe for TopologyPatch
impl Send for TopologyPatch
impl Sync for TopologyPatch
impl Unpin for TopologyPatch
impl UnsafeUnpin for TopologyPatch
impl UnwindSafe for TopologyPatch
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