pub struct CreateStep {
pub path: String,
pub content: String,
pub if_exists: IfExists,
}Fields§
§path: String§content: String§if_exists: IfExistsTrait Implementations§
Source§impl Debug for CreateStep
impl Debug for CreateStep
Source§impl<'de> Deserialize<'de> for CreateStep
impl<'de> Deserialize<'de> for CreateStep
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 CreateStep
impl RefUnwindSafe for CreateStep
impl Send for CreateStep
impl Sync for CreateStep
impl Unpin for CreateStep
impl UnsafeUnpin for CreateStep
impl UnwindSafe for CreateStep
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