pub struct AlertReceiverSubscriptionAddThen(/* private fields */);Implementations§
Source§impl AlertReceiverSubscriptionAddThen
impl AlertReceiverSubscriptionAddThen
pub fn new(inner: Then) -> Self
pub fn into_inner(self) -> Then
pub fn created(self, value: &AlertSubscriptionCreated) -> Self
pub fn client_error(self, status: u16, value: &Error) -> Self
pub fn server_error(self, status: u16, value: &Error) -> Self
Auto Trait Implementations§
impl Freeze for AlertReceiverSubscriptionAddThen
impl !RefUnwindSafe for AlertReceiverSubscriptionAddThen
impl !Send for AlertReceiverSubscriptionAddThen
impl !Sync for AlertReceiverSubscriptionAddThen
impl Unpin for AlertReceiverSubscriptionAddThen
impl UnsafeUnpin for AlertReceiverSubscriptionAddThen
impl !UnwindSafe for AlertReceiverSubscriptionAddThen
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