Struct dharitri_wasm::abi::StructFieldDescription
source · pub struct StructFieldDescription {
pub docs: &'static [&'static str],
pub name: &'static str,
pub field_type: String,
}Fields§
§docs: &'static [&'static str]§name: &'static str§field_type: StringTrait Implementations§
source§impl Clone for StructFieldDescription
impl Clone for StructFieldDescription
source§fn clone(&self) -> StructFieldDescription
fn clone(&self) -> StructFieldDescription
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 moreAuto Trait Implementations§
impl RefUnwindSafe for StructFieldDescription
impl Send for StructFieldDescription
impl Sync for StructFieldDescription
impl Unpin for StructFieldDescription
impl UnwindSafe for StructFieldDescription
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