pub struct AlertBuilder { /* private fields */ }
Implementations§
Source§impl AlertBuilder
impl AlertBuilder
pub const FIELD_COUNT: usize = 2usize
pub fn raw(self, v: RawAlert) -> Self
pub fn signatures(self, v: BytesVec) -> Self
Trait Implementations§
Source§impl Builder for AlertBuilder
impl Builder for AlertBuilder
Source§impl Debug for AlertBuilder
impl Debug for AlertBuilder
Source§impl Default for AlertBuilder
impl Default for AlertBuilder
Source§fn default() -> AlertBuilder
fn default() -> AlertBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !Freeze for AlertBuilder
impl RefUnwindSafe for AlertBuilder
impl Send for AlertBuilder
impl Sync for AlertBuilder
impl Unpin for AlertBuilder
impl UnwindSafe for AlertBuilder
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