pub struct CsiTopology {
pub segments: Option<HashMap<String, String>>,
}
Fields§
§segments: Option<HashMap<String, String>>
Implementations§
Source§impl CsiTopology
impl CsiTopology
pub fn new() -> CsiTopology
Trait Implementations§
Source§impl Clone for CsiTopology
impl Clone for CsiTopology
Source§fn clone(&self) -> CsiTopology
fn clone(&self) -> CsiTopology
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for CsiTopology
impl Debug for CsiTopology
Source§impl<'de> Deserialize<'de> for CsiTopology
impl<'de> Deserialize<'de> for CsiTopology
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 CsiTopology
impl PartialEq for CsiTopology
Source§impl Serialize for CsiTopology
impl Serialize for CsiTopology
impl StructuralPartialEq for CsiTopology
Auto Trait Implementations§
impl Freeze for CsiTopology
impl RefUnwindSafe for CsiTopology
impl Send for CsiTopology
impl Sync for CsiTopology
impl Unpin for CsiTopology
impl UnwindSafe for CsiTopology
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