pub struct DeclarationKindCountsV0 {
pub composes: usize,
pub animation: usize,
pub animation_name: usize,
pub generic: usize,
}Fields§
§composes: usize§animation: usize§animation_name: usize§generic: usizeTrait Implementations§
Source§impl Clone for DeclarationKindCountsV0
impl Clone for DeclarationKindCountsV0
Source§fn clone(&self) -> DeclarationKindCountsV0
fn clone(&self) -> DeclarationKindCountsV0
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 DeclarationKindCountsV0
impl Debug for DeclarationKindCountsV0
Source§impl Default for DeclarationKindCountsV0
impl Default for DeclarationKindCountsV0
Source§fn default() -> DeclarationKindCountsV0
fn default() -> DeclarationKindCountsV0
Returns the “default value” for a type. Read more
Source§impl PartialEq for DeclarationKindCountsV0
impl PartialEq for DeclarationKindCountsV0
Source§impl Serialize for DeclarationKindCountsV0
impl Serialize for DeclarationKindCountsV0
impl Eq for DeclarationKindCountsV0
impl StructuralPartialEq for DeclarationKindCountsV0
Auto Trait Implementations§
impl Freeze for DeclarationKindCountsV0
impl RefUnwindSafe for DeclarationKindCountsV0
impl Send for DeclarationKindCountsV0
impl Sync for DeclarationKindCountsV0
impl Unpin for DeclarationKindCountsV0
impl UnsafeUnpin for DeclarationKindCountsV0
impl UnwindSafe for DeclarationKindCountsV0
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