pub struct AlertDeliveryListWhen(/* private fields */);Implementations§
Source§impl AlertDeliveryListWhen
impl AlertDeliveryListWhen
pub fn new(inner: When) -> Self
pub fn into_inner(self) -> When
pub fn receiver(self, value: &NameOrId) -> Self
pub fn delivered<T>(self, value: T) -> Self
pub fn failed<T>(self, value: T) -> Self
pub fn limit<T>(self, value: T) -> Self
pub fn page_token<'a, T>(self, value: T) -> Self
pub fn pending<T>(self, value: T) -> Self
pub fn sort_by<T>(self, value: T) -> Self
Auto Trait Implementations§
impl Freeze for AlertDeliveryListWhen
impl !RefUnwindSafe for AlertDeliveryListWhen
impl !Send for AlertDeliveryListWhen
impl !Sync for AlertDeliveryListWhen
impl Unpin for AlertDeliveryListWhen
impl UnsafeUnpin for AlertDeliveryListWhen
impl !UnwindSafe for AlertDeliveryListWhen
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