pub struct ZonePaths {
pub version: ZonePathsVersion,
pub paths: Vec<Path>,
}
Expand description
All paths in a zone
Fields§
§version: ZonePathsVersion
§paths: Vec<Path>
Trait Implementations§
impl PathData for ZonePaths
Auto Trait Implementations§
impl Freeze for ZonePaths
impl RefUnwindSafe for ZonePaths
impl Send for ZonePaths
impl Sync for ZonePaths
impl Unpin for ZonePaths
impl UnwindSafe for ZonePaths
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