pub struct AbiVariable {
pub name: String,
pub access: String,
pub type: AbiType,
}Fields§
§name: String§access: String§type: AbiTypeTrait Implementations§
Source§impl Clone for AbiVariable
impl Clone for AbiVariable
Source§fn clone(&self) -> AbiVariable
fn clone(&self) -> AbiVariable
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 AbiVariable
impl Debug for AbiVariable
Source§impl<'de> Deserialize<'de> for AbiVariable
impl<'de> Deserialize<'de> for AbiVariable
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 AbiVariable
impl RefUnwindSafe for AbiVariable
impl Send for AbiVariable
impl Sync for AbiVariable
impl Unpin for AbiVariable
impl UnsafeUnpin for AbiVariable
impl UnwindSafe for AbiVariable
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