pub struct SetPressureNotificationsSuppressedParamsBuilder { /* private fields */ }Implementations§
Auto Trait Implementations§
impl Freeze for SetPressureNotificationsSuppressedParamsBuilder
impl RefUnwindSafe for SetPressureNotificationsSuppressedParamsBuilder
impl Send for SetPressureNotificationsSuppressedParamsBuilder
impl Sync for SetPressureNotificationsSuppressedParamsBuilder
impl Unpin for SetPressureNotificationsSuppressedParamsBuilder
impl UnsafeUnpin for SetPressureNotificationsSuppressedParamsBuilder
impl UnwindSafe for SetPressureNotificationsSuppressedParamsBuilder
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