pub enum IdlTypeArrayElement {
Nested(IdlType),
Type(String),
Size(u32),
}Variants§
Trait Implementations§
Source§impl Clone for IdlTypeArrayElement
impl Clone for IdlTypeArrayElement
Source§fn clone(&self) -> IdlTypeArrayElement
fn clone(&self) -> IdlTypeArrayElement
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 IdlTypeArrayElement
impl Debug for IdlTypeArrayElement
Source§impl<'de> Deserialize<'de> for IdlTypeArrayElement
impl<'de> Deserialize<'de> for IdlTypeArrayElement
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 IdlTypeArrayElement
impl RefUnwindSafe for IdlTypeArrayElement
impl Send for IdlTypeArrayElement
impl Sync for IdlTypeArrayElement
impl Unpin for IdlTypeArrayElement
impl UnsafeUnpin for IdlTypeArrayElement
impl UnwindSafe for IdlTypeArrayElement
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