pub struct StageTopology {
pub topology_id: String,
pub model_id: String,
pub stages: Vec<StageTopologyEntry>,
}Fields§
§topology_id: String§model_id: String§stages: Vec<StageTopologyEntry>Trait Implementations§
Source§impl Clone for StageTopology
impl Clone for StageTopology
Source§fn clone(&self) -> StageTopology
fn clone(&self) -> StageTopology
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 StageTopology
impl Debug for StageTopology
Source§impl<'de> Deserialize<'de> for StageTopology
impl<'de> Deserialize<'de> for StageTopology
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 StageTopology
Source§impl PartialEq for StageTopology
impl PartialEq for StageTopology
Source§impl Serialize for StageTopology
impl Serialize for StageTopology
impl StructuralPartialEq for StageTopology
Auto Trait Implementations§
impl Freeze for StageTopology
impl RefUnwindSafe for StageTopology
impl Send for StageTopology
impl Sync for StageTopology
impl Unpin for StageTopology
impl UnsafeUnpin for StageTopology
impl UnwindSafe for StageTopology
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