pub struct PropagationResponse {
pub propagation_results: Vec<PropagationResult>,
pub applied_summary: AppliedStructuredEditSummary,
}Fields§
§propagation_results: Vec<PropagationResult>§applied_summary: AppliedStructuredEditSummaryTrait Implementations§
Source§impl Clone for PropagationResponse
impl Clone for PropagationResponse
Source§fn clone(&self) -> PropagationResponse
fn clone(&self) -> PropagationResponse
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 moreSource§impl Debug for PropagationResponse
impl Debug for PropagationResponse
Auto Trait Implementations§
impl Freeze for PropagationResponse
impl RefUnwindSafe for PropagationResponse
impl Send for PropagationResponse
impl Sync for PropagationResponse
impl Unpin for PropagationResponse
impl UnsafeUnpin for PropagationResponse
impl UnwindSafe for PropagationResponse
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