pub struct GetExecutionsRequest {
pub product: Option<String>,
pub repository: Option<String>,
}Fields§
§product: Option<String>§repository: Option<String>Trait Implementations§
Source§impl Debug for GetExecutionsRequest
impl Debug for GetExecutionsRequest
Source§impl<'de> Deserialize<'de> for GetExecutionsRequest
impl<'de> Deserialize<'de> for GetExecutionsRequest
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 GetExecutionsRequest
impl RefUnwindSafe for GetExecutionsRequest
impl Send for GetExecutionsRequest
impl Sync for GetExecutionsRequest
impl Unpin for GetExecutionsRequest
impl UnwindSafe for GetExecutionsRequest
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