pub struct ArchiveLocations {
pub archive: Vec<Archive>,
}Fields§
§archive: Vec<Archive>Implementations§
Trait Implementations§
Source§impl Clone for ArchiveLocations
impl Clone for ArchiveLocations
Source§fn clone(&self) -> ArchiveLocations
fn clone(&self) -> ArchiveLocations
Returns a duplicate of the value. Read more
1.0.0 · 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 ArchiveLocations
impl Debug for ArchiveLocations
Source§impl Default for ArchiveLocations
impl Default for ArchiveLocations
Source§fn default() -> ArchiveLocations
fn default() -> ArchiveLocations
Returns the “default value” for a type. Read more
Source§impl Serialize for ArchiveLocations
impl Serialize for ArchiveLocations
Source§impl Validate for ArchiveLocations
impl Validate for ArchiveLocations
Source§impl<'v_a> ValidateArgs<'v_a> for ArchiveLocations
impl<'v_a> ValidateArgs<'v_a> for ArchiveLocations
Auto Trait Implementations§
impl Freeze for ArchiveLocations
impl RefUnwindSafe for ArchiveLocations
impl Send for ArchiveLocations
impl Sync for ArchiveLocations
impl Unpin for ArchiveLocations
impl UnwindSafe for ArchiveLocations
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