pub struct NetworkDeclaration { /* private fields */ }Expand description
The complete payload one network declaration reads to.
Implementations§
Source§impl NetworkDeclaration
impl NetworkDeclaration
Sourcepub const fn harness(&self) -> &DirectBinding
pub const fn harness(&self) -> &DirectBinding
The physical path to the harness vocabulary this direct projection targets.
Sourcepub fn schedules(&self) -> &[ScheduleRow]
pub fn schedules(&self) -> &[ScheduleRow]
The schedules, in authored order.
Trait Implementations§
Source§impl Clone for NetworkDeclaration
impl Clone for NetworkDeclaration
Source§fn clone(&self) -> NetworkDeclaration
fn clone(&self) -> NetworkDeclaration
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 NetworkDeclaration
impl Debug for NetworkDeclaration
impl Eq for NetworkDeclaration
Source§impl PartialEq for NetworkDeclaration
impl PartialEq for NetworkDeclaration
impl StructuralPartialEq for NetworkDeclaration
Auto Trait Implementations§
impl Freeze for NetworkDeclaration
impl RefUnwindSafe for NetworkDeclaration
impl Send for NetworkDeclaration
impl Sync for NetworkDeclaration
impl Unpin for NetworkDeclaration
impl UnsafeUnpin for NetworkDeclaration
impl UnwindSafe for NetworkDeclaration
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