pub struct SetCPUThrottlingRateParamsBuilder { /* private fields */ }Implementations§
Source§impl SetCPUThrottlingRateParamsBuilder
impl SetCPUThrottlingRateParamsBuilder
pub fn build(self) -> SetCPUThrottlingRateParams
Auto Trait Implementations§
impl Freeze for SetCPUThrottlingRateParamsBuilder
impl RefUnwindSafe for SetCPUThrottlingRateParamsBuilder
impl Send for SetCPUThrottlingRateParamsBuilder
impl Sync for SetCPUThrottlingRateParamsBuilder
impl Unpin for SetCPUThrottlingRateParamsBuilder
impl UnsafeUnpin for SetCPUThrottlingRateParamsBuilder
impl UnwindSafe for SetCPUThrottlingRateParamsBuilder
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