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