pub struct AlertReceiverSubscriptionRemoveWhen(/* private fields */);Implementations§
Source§impl AlertReceiverSubscriptionRemoveWhen
impl AlertReceiverSubscriptionRemoveWhen
pub fn new(inner: When) -> Self
pub fn into_inner(self) -> When
pub fn receiver(self, value: &NameOrId) -> Self
pub fn subscription(self, value: &AlertSubscription) -> Self
Auto Trait Implementations§
impl Freeze for AlertReceiverSubscriptionRemoveWhen
impl !RefUnwindSafe for AlertReceiverSubscriptionRemoveWhen
impl !Send for AlertReceiverSubscriptionRemoveWhen
impl !Sync for AlertReceiverSubscriptionRemoveWhen
impl Unpin for AlertReceiverSubscriptionRemoveWhen
impl UnsafeUnpin for AlertReceiverSubscriptionRemoveWhen
impl !UnwindSafe for AlertReceiverSubscriptionRemoveWhen
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