Struct pchain_types::runtime::DeployInput
source · pub struct DeployInput { /* private fields */ }Trait Implementations§
source§impl BorshDeserialize for DeployInputwhere
Vec<u8>: BorshDeserialize,
u32: BorshDeserialize,
impl BorshDeserialize for DeployInputwhere Vec<u8>: BorshDeserialize, u32: BorshDeserialize,
fn deserialize_reader<R: Read>(reader: &mut R) -> Result<Self, Error>
source§fn deserialize(buf: &mut &[u8]) -> Result<Self, Error>
fn deserialize(buf: &mut &[u8]) -> Result<Self, Error>
Deserializes this instance from a given slice of bytes.
Updates the buffer to point at the remaining bytes.
source§fn try_from_slice(v: &[u8]) -> Result<Self, Error>
fn try_from_slice(v: &[u8]) -> Result<Self, Error>
Deserialize this instance from a slice of bytes.
fn try_from_reader<R>(reader: &mut R) -> Result<Self, Error>where R: Read,
source§impl BorshSerialize for DeployInputwhere
Vec<u8>: BorshSerialize,
u32: BorshSerialize,
impl BorshSerialize for DeployInputwhere Vec<u8>: BorshSerialize, u32: BorshSerialize,
source§impl Clone for DeployInput
impl Clone for DeployInput
source§fn clone(&self) -> DeployInput
fn clone(&self) -> DeployInput
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 DeployInput
impl Debug for DeployInput
source§impl Deserializable for DeployInput
impl Deserializable for DeployInput
source§impl PartialEq<DeployInput> for DeployInput
impl PartialEq<DeployInput> for DeployInput
source§fn eq(&self, other: &DeployInput) -> bool
fn eq(&self, other: &DeployInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serializable for DeployInput
impl Serializable for DeployInput
impl Eq for DeployInput
impl StructuralEq for DeployInput
impl StructuralPartialEq for DeployInput
Auto Trait Implementations§
impl RefUnwindSafe for DeployInput
impl Send for DeployInput
impl Sync for DeployInput
impl Unpin for DeployInput
impl UnwindSafe for DeployInput
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