pub struct SetDownloaderUtilization {
pub utilization: f32,
}Fields§
§utilization: f32Trait Implementations§
Source§impl Debug for SetDownloaderUtilization
impl Debug for SetDownloaderUtilization
Source§impl<'de> Deserialize<'de> for SetDownloaderUtilization
impl<'de> Deserialize<'de> for SetDownloaderUtilization
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
Source§impl From<SetDownloaderUtilization> for RequestBody
impl From<SetDownloaderUtilization> for RequestBody
Source§fn from(val: SetDownloaderUtilization) -> Self
fn from(val: SetDownloaderUtilization) -> Self
Converts to this type from the input type.
Source§impl RequestResponse for SetDownloaderUtilization
impl RequestResponse for SetDownloaderUtilization
type Response = ErrorSuccess
fn extract_response(body: ResponseBody) -> Result<Self::Response, SdkError>
Auto Trait Implementations§
impl Freeze for SetDownloaderUtilization
impl RefUnwindSafe for SetDownloaderUtilization
impl Send for SetDownloaderUtilization
impl Sync for SetDownloaderUtilization
impl Unpin for SetDownloaderUtilization
impl UnwindSafe for SetDownloaderUtilization
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