pub struct InIBD(/* private fields */);
Implementations§
Source§impl InIBD
impl InIBD
pub const FIELD_COUNT: usize = 0usize
pub fn total_size(&self) -> usize
pub fn field_count(&self) -> usize
pub fn count_extra_fields(&self) -> usize
pub fn has_extra_fields(&self) -> bool
pub fn as_reader<'r>(&'r self) -> InIBDReader<'r>
Trait Implementations§
Source§impl Entity for InIBD
impl Entity for InIBD
const NAME: &'static str = "InIBD"
type Builder = InIBDBuilder
fn new_unchecked(data: Bytes) -> InIBD
fn as_bytes(&self) -> Bytes
fn as_slice(&self) -> &[u8] ⓘ
fn from_slice(slice: &[u8]) -> Result<InIBD, VerificationError>
fn from_compatible_slice(slice: &[u8]) -> Result<InIBD, VerificationError>
fn new_builder() -> <InIBD as Entity>::Builder
fn as_builder(self) -> <InIBD as Entity>::Builder
Source§impl From<InIBD> for SyncMessageUnion
impl From<InIBD> for SyncMessageUnion
Source§fn from(item: InIBD) -> SyncMessageUnion
fn from(item: InIBD) -> SyncMessageUnion
Converts to this type from the input type.
Auto Trait Implementations§
impl !Freeze for InIBD
impl RefUnwindSafe for InIBD
impl Send for InIBD
impl Sync for InIBD
impl Unpin for InIBD
impl UnwindSafe for InIBD
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)