pub struct PmiViewReport {
pub id: String,
pub annotations: Vec<PmiAnnotationReport>,
}Fields§
§id: String§annotations: Vec<PmiAnnotationReport>Trait Implementations§
Source§impl Clone for PmiViewReport
impl Clone for PmiViewReport
Source§fn clone(&self) -> PmiViewReport
fn clone(&self) -> PmiViewReport
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 PmiViewReport
impl Debug for PmiViewReport
Source§impl Default for PmiViewReport
impl Default for PmiViewReport
Source§fn default() -> PmiViewReport
fn default() -> PmiViewReport
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PmiViewReport
impl<'de> Deserialize<'de> for PmiViewReport
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 PmiViewReport
impl PartialEq for PmiViewReport
Source§impl Serialize for PmiViewReport
impl Serialize for PmiViewReport
impl StructuralPartialEq for PmiViewReport
Auto Trait Implementations§
impl Freeze for PmiViewReport
impl RefUnwindSafe for PmiViewReport
impl Send for PmiViewReport
impl Sync for PmiViewReport
impl Unpin for PmiViewReport
impl UnsafeUnpin for PmiViewReport
impl UnwindSafe for PmiViewReport
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