pub struct DryRunSave {
pub name: String,
pub selector: String,
}Fields§
§name: String§selector: StringTrait Implementations§
Source§impl Clone for DryRunSave
impl Clone for DryRunSave
Source§fn clone(&self) -> DryRunSave
fn clone(&self) -> DryRunSave
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 moreSource§impl Debug for DryRunSave
impl Debug for DryRunSave
Auto Trait Implementations§
impl Freeze for DryRunSave
impl RefUnwindSafe for DryRunSave
impl Send for DryRunSave
impl Sync for DryRunSave
impl Unpin for DryRunSave
impl UnsafeUnpin for DryRunSave
impl UnwindSafe for DryRunSave
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