pub struct AddWasmInput {
pub description: String,
pub wasm: ByteBuf,
}Fields§
§description: String§wasm: ByteBufTrait Implementations§
Source§impl CandidType for AddWasmInput
impl CandidType for AddWasmInput
Source§impl Clone for AddWasmInput
impl Clone for AddWasmInput
Source§fn clone(&self) -> AddWasmInput
fn clone(&self) -> AddWasmInput
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 AddWasmInput
impl Debug for AddWasmInput
Source§impl<'de> Deserialize<'de> for AddWasmInput
impl<'de> Deserialize<'de> for AddWasmInput
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for AddWasmInput
impl RefUnwindSafe for AddWasmInput
impl Send for AddWasmInput
impl Sync for AddWasmInput
impl Unpin for AddWasmInput
impl UnwindSafe for AddWasmInput
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