pub struct ApplyAction {
pub pattern_id: String,
pub pattern_description: String,
pub target_type: SuggestedTarget,
pub target_path: String,
pub content: String,
pub track: ApplyTrack,
}Expand description
A planned action for retro apply.
Fields§
§pattern_id: String§pattern_description: String§target_type: SuggestedTarget§target_path: String§content: String§track: ApplyTrackTrait Implementations§
Source§impl Clone for ApplyAction
impl Clone for ApplyAction
Source§fn clone(&self) -> ApplyAction
fn clone(&self) -> ApplyAction
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 moreAuto Trait Implementations§
impl Freeze for ApplyAction
impl RefUnwindSafe for ApplyAction
impl Send for ApplyAction
impl Sync for ApplyAction
impl Unpin for ApplyAction
impl UnsafeUnpin for ApplyAction
impl UnwindSafe for ApplyAction
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