pub struct LinkExecutionResult {
pub edit_id: String,
pub condition_passed: bool,
pub applied: bool,
pub message: String,
}
Fields§
§edit_id: String
§condition_passed: bool
§applied: bool
§message: String
Trait Implementations§
Source§impl Clone for LinkExecutionResult
impl Clone for LinkExecutionResult
Source§fn clone(&self) -> LinkExecutionResult
fn clone(&self) -> LinkExecutionResult
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 LinkExecutionResult
impl RefUnwindSafe for LinkExecutionResult
impl Send for LinkExecutionResult
impl Sync for LinkExecutionResult
impl Unpin for LinkExecutionResult
impl UnwindSafe for LinkExecutionResult
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