Struct ckb_types::packed::RawAlertBuilder [−][src]
pub struct RawAlertBuilder { /* fields omitted */ }Implementations
impl RawAlertBuilder[src]
impl RawAlertBuilder[src]pub const FIELD_COUNT: usize[src]
pub fn notice_until(self, v: Uint64) -> Self[src]
pub fn id(self, v: Uint32) -> Self[src]
pub fn cancel(self, v: Uint32) -> Self[src]
pub fn priority(self, v: Uint32) -> Self[src]
pub fn message(self, v: Bytes) -> Self[src]
pub fn min_version(self, v: BytesOpt) -> Self[src]
pub fn max_version(self, v: BytesOpt) -> Self[src]
Trait Implementations
impl Builder for RawAlertBuilder[src]
impl Builder for RawAlertBuilder[src]impl Debug for RawAlertBuilder[src]
impl Debug for RawAlertBuilder[src]impl Default for RawAlertBuilder[src]
impl Default for RawAlertBuilder[src]fn default() -> RawAlertBuilder[src]
fn default() -> RawAlertBuilder[src]Returns the “default value” for a type. Read more
Auto Trait Implementations
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 T where
T: ?Sized, [src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]
pub fn borrow_mut(&mut self) -> &mut T[src]Mutably borrows from an owned value. Read more
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,