pub struct WrappedCandidTypeTuple {
pub subitems: Vec<WrappedCandidType>,
pub name: Option<String>,
}Expand description
有可能有名称
Fields§
§subitems: Vec<WrappedCandidType>子类型
name: Option<String>有时候有名字
Implementations§
Trait Implementations§
Source§impl CandidType for WrappedCandidTypeTuple
impl CandidType for WrappedCandidTypeTuple
Source§impl Clone for WrappedCandidTypeTuple
impl Clone for WrappedCandidTypeTuple
Source§fn clone(&self) -> WrappedCandidTypeTuple
fn clone(&self) -> WrappedCandidTypeTuple
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 WrappedCandidTypeTuple
impl Debug for WrappedCandidTypeTuple
Source§impl<'de> Deserialize<'de> for WrappedCandidTypeTuple
impl<'de> Deserialize<'de> for WrappedCandidTypeTuple
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 WrappedCandidTypeTuple
Source§impl PartialEq for WrappedCandidTypeTuple
impl PartialEq for WrappedCandidTypeTuple
Source§impl Serialize for WrappedCandidTypeTuple
impl Serialize for WrappedCandidTypeTuple
impl StructuralPartialEq for WrappedCandidTypeTuple
Auto Trait Implementations§
impl Freeze for WrappedCandidTypeTuple
impl RefUnwindSafe for WrappedCandidTypeTuple
impl Send for WrappedCandidTypeTuple
impl Sync for WrappedCandidTypeTuple
impl Unpin for WrappedCandidTypeTuple
impl UnsafeUnpin for WrappedCandidTypeTuple
impl UnwindSafe for WrappedCandidTypeTuple
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