pub struct DomainMap {
pub domains: Vec<Domain>,
pub bridges: Vec<DomainBridge>,
}Expand description
Full domain mapping: domains and inter-domain bridges.
Fields§
§domains: Vec<Domain>§bridges: Vec<DomainBridge>Trait Implementations§
Source§impl<'de> Deserialize<'de> for DomainMap
impl<'de> Deserialize<'de> for DomainMap
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
impl Eq for DomainMap
impl StructuralPartialEq for DomainMap
Auto Trait Implementations§
impl Freeze for DomainMap
impl RefUnwindSafe for DomainMap
impl Send for DomainMap
impl Sync for DomainMap
impl Unpin for DomainMap
impl UnsafeUnpin for DomainMap
impl UnwindSafe for DomainMap
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