pub struct InjectStep {
pub target: Target,
pub content: String,
pub after: Option<String>,
pub before: Option<String>,
pub if_not_found: IfNotFound,
}Fields§
§target: Target§content: String§after: Option<String>§before: Option<String>§if_not_found: IfNotFoundTrait Implementations§
Source§impl Debug for InjectStep
impl Debug for InjectStep
Source§impl<'de> Deserialize<'de> for InjectStep
impl<'de> Deserialize<'de> for InjectStep
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for InjectStep
impl RefUnwindSafe for InjectStep
impl Send for InjectStep
impl Sync for InjectStep
impl Unpin for InjectStep
impl UnsafeUnpin for InjectStep
impl UnwindSafe for InjectStep
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