pub struct WrappedTypeData {
pub type_node: NodeIndex,
}Expand description
Data for optional/rest types
Fields§
§type_node: NodeIndexTrait Implementations§
Source§impl Clone for WrappedTypeData
impl Clone for WrappedTypeData
Source§fn clone(&self) -> WrappedTypeData
fn clone(&self) -> WrappedTypeData
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 WrappedTypeData
impl Debug for WrappedTypeData
Source§impl<'de> Deserialize<'de> for WrappedTypeData
impl<'de> Deserialize<'de> for WrappedTypeData
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 WrappedTypeData
impl RefUnwindSafe for WrappedTypeData
impl Send for WrappedTypeData
impl Sync for WrappedTypeData
impl Unpin for WrappedTypeData
impl UnsafeUnpin for WrappedTypeData
impl UnwindSafe for WrappedTypeData
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