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