pub struct WrappedCandidTypeRecursion {
pub ty: Box<WrappedCandidType>,
pub id: u32,
pub name: Option<String>,
}Expand description
循环 结构体
Fields§
§ty: Box<WrappedCandidType>type
id: u32分配的序号
name: Option<String>有时候有名字
Implementations§
Trait Implementations§
Source§impl Clone for WrappedCandidTypeRecursion
impl Clone for WrappedCandidTypeRecursion
Source§fn clone(&self) -> WrappedCandidTypeRecursion
fn clone(&self) -> WrappedCandidTypeRecursion
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 WrappedCandidTypeRecursion
impl Debug for WrappedCandidTypeRecursion
Source§impl<'de> Deserialize<'de> for WrappedCandidTypeRecursion
impl<'de> Deserialize<'de> for WrappedCandidTypeRecursion
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
impl Eq for WrappedCandidTypeRecursion
impl StructuralPartialEq for WrappedCandidTypeRecursion
Auto Trait Implementations§
impl Freeze for WrappedCandidTypeRecursion
impl RefUnwindSafe for WrappedCandidTypeRecursion
impl Send for WrappedCandidTypeRecursion
impl Sync for WrappedCandidTypeRecursion
impl Unpin for WrappedCandidTypeRecursion
impl UnsafeUnpin for WrappedCandidTypeRecursion
impl UnwindSafe for WrappedCandidTypeRecursion
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