pub struct RawAlertBuilder { /* private fields */ }Implementations§
Source§impl RawAlertBuilder
impl RawAlertBuilder
pub const FIELD_COUNT: usize = 7usize
pub fn notice_until<T>(self, v: T) -> RawAlertBuilder
pub fn id<T>(self, v: T) -> RawAlertBuilder
pub fn cancel<T>(self, v: T) -> RawAlertBuilder
pub fn priority<T>(self, v: T) -> RawAlertBuilder
pub fn message<T>(self, v: T) -> RawAlertBuilder
pub fn min_version<T>(self, v: T) -> RawAlertBuilder
pub fn max_version<T>(self, v: T) -> RawAlertBuilder
Trait Implementations§
Source§impl Builder for RawAlertBuilder
impl Builder for RawAlertBuilder
Source§impl Clone for RawAlertBuilder
impl Clone for RawAlertBuilder
Source§fn clone(&self) -> RawAlertBuilder
fn clone(&self) -> RawAlertBuilder
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RawAlertBuilder
impl Debug for RawAlertBuilder
Source§impl Default for RawAlertBuilder
impl Default for RawAlertBuilder
Source§fn default() -> RawAlertBuilder
fn default() -> RawAlertBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !Freeze for RawAlertBuilder
impl RefUnwindSafe for RawAlertBuilder
impl Send for RawAlertBuilder
impl Sync for RawAlertBuilder
impl Unpin for RawAlertBuilder
impl UnwindSafe for RawAlertBuilder
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)