pub struct ContainerUpdateConfigurationRequestThrottleDevice {
pub path: String,
pub rate: u64,
}
Fields§
§path: String
§rate: u64
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ContainerUpdateConfigurationRequestThrottleDevice
impl RefUnwindSafe for ContainerUpdateConfigurationRequestThrottleDevice
impl Send for ContainerUpdateConfigurationRequestThrottleDevice
impl Sync for ContainerUpdateConfigurationRequestThrottleDevice
impl Unpin for ContainerUpdateConfigurationRequestThrottleDevice
impl UnwindSafe for ContainerUpdateConfigurationRequestThrottleDevice
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