pub struct RawAlertBuilder { /* private fields */ }
Implementations§
Source§impl RawAlertBuilder
impl RawAlertBuilder
pub const FIELD_COUNT: usize = 7usize
pub fn notice_until(self, v: Uint64) -> RawAlertBuilder
pub fn id(self, v: Uint32) -> RawAlertBuilder
pub fn cancel(self, v: Uint32) -> RawAlertBuilder
pub fn priority(self, v: Uint32) -> RawAlertBuilder
pub fn message(self, v: Bytes) -> RawAlertBuilder
pub fn min_version(self, v: BytesOpt) -> RawAlertBuilder
pub fn max_version(self, v: BytesOpt) -> RawAlertBuilder
Trait Implementations§
Source§impl Builder for RawAlertBuilder
impl Builder for RawAlertBuilder
Source§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§
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