pub struct PostArgs {
pub file: String,
pub project: Option<String>,
pub flow: Option<String>,
pub trigger: PostTrigger,
}Fields§
§file: String§project: Option<String>§flow: Option<String>§trigger: PostTriggerTrait Implementations§
Source§impl<'de> Deserialize<'de> for PostArgs
impl<'de> Deserialize<'de> for PostArgs
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
impl Eq for PostArgs
impl StructuralPartialEq for PostArgs
Source§impl TryFrom<PostCliArgs> for PostArgs
impl TryFrom<PostCliArgs> for PostArgs
Source§type Error = RequestConstructionError
type Error = RequestConstructionError
The type returned in the event of a conversion error.
Auto Trait Implementations§
impl Freeze for PostArgs
impl RefUnwindSafe for PostArgs
impl Send for PostArgs
impl Sync for PostArgs
impl Unpin for PostArgs
impl UnsafeUnpin for PostArgs
impl UnwindSafe for PostArgs
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.