pub enum IdlTypeDefGenericComplex {
Type {
name: String,
},
Const {
name: String,
ty: String,
},
}Variants§
Trait Implementations§
Source§impl Clone for IdlTypeDefGenericComplex
impl Clone for IdlTypeDefGenericComplex
Source§fn clone(&self) -> IdlTypeDefGenericComplex
fn clone(&self) -> IdlTypeDefGenericComplex
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 IdlTypeDefGenericComplex
impl Debug for IdlTypeDefGenericComplex
Source§impl<'de> Deserialize<'de> for IdlTypeDefGenericComplex
impl<'de> Deserialize<'de> for IdlTypeDefGenericComplex
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
Source§impl PartialEq for IdlTypeDefGenericComplex
impl PartialEq for IdlTypeDefGenericComplex
Source§impl Serialize for IdlTypeDefGenericComplex
impl Serialize for IdlTypeDefGenericComplex
impl StructuralPartialEq for IdlTypeDefGenericComplex
Auto Trait Implementations§
impl Freeze for IdlTypeDefGenericComplex
impl RefUnwindSafe for IdlTypeDefGenericComplex
impl Send for IdlTypeDefGenericComplex
impl Sync for IdlTypeDefGenericComplex
impl Unpin for IdlTypeDefGenericComplex
impl UnsafeUnpin for IdlTypeDefGenericComplex
impl UnwindSafe for IdlTypeDefGenericComplex
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