pub struct AnalysisInterface {
pub interface_id: String,
pub primary_region_id: String,
pub secondary_region_id: String,
pub kind: AnalysisInterfaceKind,
}Fields§
§interface_id: String§primary_region_id: String§secondary_region_id: String§kind: AnalysisInterfaceKindTrait Implementations§
Source§impl Clone for AnalysisInterface
impl Clone for AnalysisInterface
Source§fn clone(&self) -> AnalysisInterface
fn clone(&self) -> AnalysisInterface
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 AnalysisInterface
impl Debug for AnalysisInterface
Source§impl<'de> Deserialize<'de> for AnalysisInterface
impl<'de> Deserialize<'de> for AnalysisInterface
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 AnalysisInterface
impl PartialEq for AnalysisInterface
Source§fn eq(&self, other: &AnalysisInterface) -> bool
fn eq(&self, other: &AnalysisInterface) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for AnalysisInterface
impl Serialize for AnalysisInterface
impl StructuralPartialEq for AnalysisInterface
Auto Trait Implementations§
impl Freeze for AnalysisInterface
impl RefUnwindSafe for AnalysisInterface
impl Send for AnalysisInterface
impl Sync for AnalysisInterface
impl Unpin for AnalysisInterface
impl UnsafeUnpin for AnalysisInterface
impl UnwindSafe for AnalysisInterface
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