Struct openlibspot_metadata::availability::Availability
source · pub struct Availability {
pub catalogue_strs: Vec<String>,
pub start: Date,
}Fields§
§catalogue_strs: Vec<String>§start: DateTrait Implementations§
source§impl Clone for Availability
impl Clone for Availability
source§fn clone(&self) -> Availability
fn clone(&self) -> Availability
Returns a copy 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 Availability
impl Debug for Availability
source§impl TryFrom<&Availability> for Availability
impl TryFrom<&Availability> for Availability
Auto Trait Implementations§
impl RefUnwindSafe for Availability
impl Send for Availability
impl Sync for Availability
impl Unpin for Availability
impl UnwindSafe for Availability
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