pub struct NyarImplInfo {
pub class_idx: u16,
pub trait_idx: u16,
pub methods: Vec<u16>,
}Expand description
实现信息
Fields§
§class_idx: u16§trait_idx: u16§methods: Vec<u16>Trait Implementations§
Source§impl Clone for NyarImplInfo
impl Clone for NyarImplInfo
Source§fn clone(&self) -> NyarImplInfo
fn clone(&self) -> NyarImplInfo
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 NyarImplInfo
impl Debug for NyarImplInfo
Source§impl<'de> Deserialize<'de> for NyarImplInfo
impl<'de> Deserialize<'de> for NyarImplInfo
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
Source§impl PartialEq for NyarImplInfo
impl PartialEq for NyarImplInfo
Source§impl Serialize for NyarImplInfo
impl Serialize for NyarImplInfo
impl Eq for NyarImplInfo
impl StructuralPartialEq for NyarImplInfo
Auto Trait Implementations§
impl Freeze for NyarImplInfo
impl RefUnwindSafe for NyarImplInfo
impl Send for NyarImplInfo
impl Sync for NyarImplInfo
impl Unpin for NyarImplInfo
impl UnsafeUnpin for NyarImplInfo
impl UnwindSafe for NyarImplInfo
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