pub struct CellDep(/* private fields */);Implementations§
Trait Implementations§
Source§impl Entity for CellDep
impl Entity for CellDep
const NAME: &'static str = "CellDep"
type Builder = CellDepBuilder
fn new_unchecked(data: Bytes) -> CellDep
fn as_bytes(&self) -> Bytes
fn as_slice(&self) -> &[u8] ⓘ
fn from_slice(slice: &[u8]) -> Result<CellDep, VerificationError>
fn from_compatible_slice(slice: &[u8]) -> Result<CellDep, VerificationError>
fn new_builder() -> <CellDep as Entity>::Builder
fn as_builder(self) -> <CellDep as Entity>::Builder
impl Eq for CellDep
Source§impl Ord for CellDep
impl Ord for CellDep
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Auto Trait Implementations§
impl !Freeze for CellDep
impl RefUnwindSafe for CellDep
impl Send for CellDep
impl Sync for CellDep
impl Unpin for CellDep
impl UnsafeUnpin for CellDep
impl UnwindSafe for CellDep
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§impl<T> PackVec<CellDepVec, CellDep> for Twhere
T: IntoIterator<Item = CellDep>,
impl<T> PackVec<CellDepVec, CellDep> for Twhere
T: IntoIterator<Item = CellDep>,
Source§fn pack(self) -> CellDepVec
fn pack(self) -> CellDepVec
Packs a vector of binary data into one binary data.