pub struct ServiceSummary {
pub api_kind: String,
pub interface_package: String,
pub interface_simple_name: String,
pub summary: String,
pub operation_count: i64,
}Fields§
§api_kind: String§interface_package: String§interface_simple_name: String§summary: String§operation_count: i64Trait Implementations§
Source§impl Clone for ServiceSummary
impl Clone for ServiceSummary
Source§fn clone(&self) -> ServiceSummary
fn clone(&self) -> ServiceSummary
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 ServiceSummary
impl Debug for ServiceSummary
Source§impl PartialEq for ServiceSummary
impl PartialEq for ServiceSummary
Source§fn eq(&self, other: &ServiceSummary) -> bool
fn eq(&self, other: &ServiceSummary) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for ServiceSummary
impl StructuralPartialEq for ServiceSummary
Auto Trait Implementations§
impl Freeze for ServiceSummary
impl RefUnwindSafe for ServiceSummary
impl Send for ServiceSummary
impl Sync for ServiceSummary
impl Unpin for ServiceSummary
impl UnsafeUnpin for ServiceSummary
impl UnwindSafe for ServiceSummary
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