pub struct TopologyFileView {
pub topology_file: TopologyFile,
pub location_files: Vec<LocationFile>,
}Expand description
TopologyFileとその全LocationFileを束ねたビュー。
Fields§
§topology_file: TopologyFile§location_files: Vec<LocationFile>Trait Implementations§
Source§impl Clone for TopologyFileView
impl Clone for TopologyFileView
Source§fn clone(&self) -> TopologyFileView
fn clone(&self) -> TopologyFileView
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 TopologyFileView
impl Debug for TopologyFileView
Auto Trait Implementations§
impl Freeze for TopologyFileView
impl RefUnwindSafe for TopologyFileView
impl Send for TopologyFileView
impl Sync for TopologyFileView
impl Unpin for TopologyFileView
impl UnsafeUnpin for TopologyFileView
impl UnwindSafe for TopologyFileView
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