pub struct UdtCellDeps(/* private fields */);Implementations§
Source§impl UdtCellDeps
impl UdtCellDeps
pub fn total_size(&self) -> usize
pub fn item_count(&self) -> usize
pub fn len(&self) -> usize
pub fn is_empty(&self) -> bool
pub fn get(&self, idx: usize) -> Option<UdtDep>
pub fn get_unchecked(&self, idx: usize) -> UdtDep
pub fn as_reader<'r>(&'r self) -> UdtCellDepsReader<'r>
Trait Implementations§
Source§impl Clone for UdtCellDeps
impl Clone for UdtCellDeps
Source§fn clone(&self) -> UdtCellDeps
fn clone(&self) -> UdtCellDeps
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for UdtCellDeps
impl Debug for UdtCellDeps
Source§impl Default for UdtCellDeps
impl Default for UdtCellDeps
Source§impl Display for UdtCellDeps
impl Display for UdtCellDeps
Source§impl Entity for UdtCellDeps
impl Entity for UdtCellDeps
const NAME: &'static str = "UdtCellDeps"
type Builder = UdtCellDepsBuilder
fn new_unchecked(data: Bytes) -> Self
fn as_bytes(&self) -> Bytes
fn as_slice(&self) -> &[u8] ⓘ
fn from_slice(slice: &[u8]) -> VerificationResult<Self>
fn from_compatible_slice(slice: &[u8]) -> VerificationResult<Self>
fn new_builder() -> Self::Builder
fn as_builder(self) -> Self::Builder
Source§impl FromIterator<UdtDep> for UdtCellDeps
impl FromIterator<UdtDep> for UdtCellDeps
Source§impl IntoIterator for UdtCellDeps
impl IntoIterator for UdtCellDeps
Auto Trait Implementations§
impl !Freeze for UdtCellDeps
impl RefUnwindSafe for UdtCellDeps
impl Send for UdtCellDeps
impl Sync for UdtCellDeps
impl Unpin for UdtCellDeps
impl UnsafeUnpin for UdtCellDeps
impl UnwindSafe for UdtCellDeps
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