pub struct BypassUnsubscribeManagement { /* private fields */ }Expand description
Used for the bypass unsubscribe management setting.
Implementations§
Source§impl BypassUnsubscribeManagement
impl BypassUnsubscribeManagement
Sourcepub fn new() -> Self
pub fn new() -> Self
Create a new default BypassUnsubscribeManagement instance.
Sourcepub fn set_enable(self, enable: bool) -> Self
pub fn set_enable(self, enable: bool) -> Self
Enable or disable the setting.
Trait Implementations§
Source§impl Default for BypassUnsubscribeManagement
impl Default for BypassUnsubscribeManagement
Source§fn default() -> BypassUnsubscribeManagement
fn default() -> BypassUnsubscribeManagement
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for BypassUnsubscribeManagement
impl RefUnwindSafe for BypassUnsubscribeManagement
impl Send for BypassUnsubscribeManagement
impl Sync for BypassUnsubscribeManagement
impl Unpin for BypassUnsubscribeManagement
impl UnsafeUnpin for BypassUnsubscribeManagement
impl UnwindSafe for BypassUnsubscribeManagement
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