pub struct CellOutputOpt(/* private fields */);
Implementations§
Trait Implementations§
Source§impl Clone for CellOutputOpt
impl Clone for CellOutputOpt
Source§fn clone(&self) -> CellOutputOpt
fn clone(&self) -> CellOutputOpt
Returns a copy 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 CellOutputOpt
impl Debug for CellOutputOpt
Source§impl Default for CellOutputOpt
impl Default for CellOutputOpt
Source§fn default() -> CellOutputOpt
fn default() -> CellOutputOpt
Returns the “default value” for a type. Read more
Source§impl Display for CellOutputOpt
impl Display for CellOutputOpt
Source§impl Entity for CellOutputOpt
impl Entity for CellOutputOpt
const NAME: &'static str = "CellOutputOpt"
type Builder = CellOutputOptBuilder
fn new_unchecked(data: Bytes) -> CellOutputOpt
fn as_bytes(&self) -> Bytes
fn as_slice(&self) -> &[u8] ⓘ
fn from_slice(slice: &[u8]) -> Result<CellOutputOpt, VerificationError>
fn from_compatible_slice( slice: &[u8], ) -> Result<CellOutputOpt, VerificationError>
fn new_builder() -> <CellOutputOpt as Entity>::Builder
fn as_builder(self) -> <CellOutputOpt as Entity>::Builder
Source§impl LowerHex for CellOutputOpt
impl LowerHex for CellOutputOpt
Source§impl Pack<CellOutputOpt> for Option<CellOutput>
impl Pack<CellOutputOpt> for Option<CellOutput>
Source§fn pack(&self) -> CellOutputOpt
fn pack(&self) -> CellOutputOpt
Packs a rust type into binary data.
Auto Trait Implementations§
impl !Freeze for CellOutputOpt
impl RefUnwindSafe for CellOutputOpt
impl Send for CellOutputOpt
impl Sync for CellOutputOpt
impl Unpin for CellOutputOpt
impl UnwindSafe for CellOutputOpt
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
)