pub struct NormalizedNetwork {
pub drafts: Vec<SegmentDraft>,
pub context: Vec<ContextOverlay>,
}Fields§
§drafts: Vec<SegmentDraft>§context: Vec<ContextOverlay>Trait Implementations§
Source§impl Default for NormalizedNetwork
impl Default for NormalizedNetwork
Source§fn default() -> NormalizedNetwork
fn default() -> NormalizedNetwork
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for NormalizedNetwork
impl RefUnwindSafe for NormalizedNetwork
impl Send for NormalizedNetwork
impl Sync for NormalizedNetwork
impl Unpin for NormalizedNetwork
impl UnsafeUnpin for NormalizedNetwork
impl UnwindSafe for NormalizedNetwork
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