pub struct RubyBackendCodeStats {
pub files: usize,
pub classes: usize,
pub modules: usize,
pub methods: usize,
pub lines: usize,
}Expand description
Ruby backend code stats v2
Fields§
§files: usize§classes: usize§modules: usize§methods: usize§lines: usizeTrait Implementations§
Source§impl Clone for RubyBackendCodeStats
impl Clone for RubyBackendCodeStats
Source§fn clone(&self) -> RubyBackendCodeStats
fn clone(&self) -> RubyBackendCodeStats
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 RubyBackendCodeStats
impl Debug for RubyBackendCodeStats
Source§impl Default for RubyBackendCodeStats
impl Default for RubyBackendCodeStats
Source§fn default() -> RubyBackendCodeStats
fn default() -> RubyBackendCodeStats
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RubyBackendCodeStats
impl RefUnwindSafe for RubyBackendCodeStats
impl Send for RubyBackendCodeStats
impl Sync for RubyBackendCodeStats
impl Unpin for RubyBackendCodeStats
impl UnsafeUnpin for RubyBackendCodeStats
impl UnwindSafe for RubyBackendCodeStats
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