pub struct AssociationContents {
pub cidr_id_1: i64,
pub cidr_id_2: i64,
}Fields§
§cidr_id_1: i64§cidr_id_2: i64Trait Implementations§
Source§impl Debug for AssociationContents
impl Debug for AssociationContents
Source§impl<'de> Deserialize<'de> for AssociationContents
impl<'de> Deserialize<'de> for AssociationContents
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
Auto Trait Implementations§
impl Freeze for AssociationContents
impl RefUnwindSafe for AssociationContents
impl Send for AssociationContents
impl Sync for AssociationContents
impl Unpin for AssociationContents
impl UnwindSafe for AssociationContents
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