pub struct SetPressureNotificationsSuppressedBuilder { /* private fields */ }Implementations§
Source§impl SetPressureNotificationsSuppressedBuilder
impl SetPressureNotificationsSuppressedBuilder
pub fn suppressed(self, suppressed: impl Into<bool>) -> Self
pub fn build(self) -> Result<SetPressureNotificationsSuppressed, String>
Trait Implementations§
Source§impl Clone for SetPressureNotificationsSuppressedBuilder
impl Clone for SetPressureNotificationsSuppressedBuilder
Source§fn clone(&self) -> SetPressureNotificationsSuppressedBuilder
fn clone(&self) -> SetPressureNotificationsSuppressedBuilder
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for SetPressureNotificationsSuppressedBuilder
impl Default for SetPressureNotificationsSuppressedBuilder
Source§fn default() -> SetPressureNotificationsSuppressedBuilder
fn default() -> SetPressureNotificationsSuppressedBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SetPressureNotificationsSuppressedBuilder
impl RefUnwindSafe for SetPressureNotificationsSuppressedBuilder
impl Send for SetPressureNotificationsSuppressedBuilder
impl Sync for SetPressureNotificationsSuppressedBuilder
impl Unpin for SetPressureNotificationsSuppressedBuilder
impl UnsafeUnpin for SetPressureNotificationsSuppressedBuilder
impl UnwindSafe for SetPressureNotificationsSuppressedBuilder
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