pub struct RefreshForecastsRequest {
pub workspace_id: Option<String>,
pub service_id: Option<String>,
pub endpoint: Option<String>,
pub method: Option<String>,
}Expand description
Request to refresh forecasts
Fields§
§workspace_id: Option<String>Workspace ID
service_id: Option<String>Service ID
endpoint: Option<String>Endpoint (optional)
method: Option<String>Method (optional)
Trait Implementations§
Source§impl Debug for RefreshForecastsRequest
impl Debug for RefreshForecastsRequest
Source§impl<'de> Deserialize<'de> for RefreshForecastsRequest
impl<'de> Deserialize<'de> for RefreshForecastsRequest
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 RefreshForecastsRequest
impl RefUnwindSafe for RefreshForecastsRequest
impl Send for RefreshForecastsRequest
impl Sync for RefreshForecastsRequest
impl Unpin for RefreshForecastsRequest
impl UnsafeUnpin for RefreshForecastsRequest
impl UnwindSafe for RefreshForecastsRequest
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