pub struct TraitEntry {
pub index: usize,
pub name: String,
}Fields§
§index: usize§name: StringTrait Implementations§
Source§impl Clone for TraitEntry
impl Clone for TraitEntry
Source§fn clone(&self) -> TraitEntry
fn clone(&self) -> TraitEntry
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 TraitEntry
impl Debug for TraitEntry
Source§impl<'de> Deserialize<'de> for TraitEntry
impl<'de> Deserialize<'de> for TraitEntry
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 TraitEntry
impl PartialEq for TraitEntry
Source§impl Serialize for TraitEntry
impl Serialize for TraitEntry
impl Eq for TraitEntry
impl StructuralPartialEq for TraitEntry
Auto Trait Implementations§
impl Freeze for TraitEntry
impl RefUnwindSafe for TraitEntry
impl Send for TraitEntry
impl Sync for TraitEntry
impl Unpin for TraitEntry
impl UnsafeUnpin for TraitEntry
impl UnwindSafe for TraitEntry
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