pub struct Nodes2(/* private fields */);
Implementations§
Source§impl Nodes2
impl Nodes2
pub const FIELD_COUNT: usize = 2usize
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 announce(&self) -> Bool
pub fn items(&self) -> Node2Vec
pub fn as_reader<'r>(&'r self) -> Nodes2Reader<'r>
Trait Implementations§
Source§impl Entity for Nodes2
impl Entity for Nodes2
const NAME: &'static str = "Nodes2"
type Builder = Nodes2Builder
fn new_unchecked(data: Bytes) -> Nodes2
fn as_bytes(&self) -> Bytes
fn as_slice(&self) -> &[u8] ⓘ
fn from_slice(slice: &[u8]) -> Result<Nodes2, VerificationError>
fn from_compatible_slice(slice: &[u8]) -> Result<Nodes2, VerificationError>
fn new_builder() -> <Nodes2 as Entity>::Builder
fn as_builder(self) -> <Nodes2 as Entity>::Builder
Auto Trait Implementations§
impl !Freeze for Nodes2
impl RefUnwindSafe for Nodes2
impl Send for Nodes2
impl Sync for Nodes2
impl Unpin for Nodes2
impl UnwindSafe for Nodes2
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
)