pub struct Season { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl FromMetadata for Season
impl FromMetadata for Season
Source§fn from_metadata(client: HttpClient, metadata: Metadata) -> Self
fn from_metadata(client: HttpClient, metadata: Metadata) -> Self
Creates an item given the http configuration and item metadata. No
validation is performed that the metadata is correct.
Source§impl MetadataItem for Season
impl MetadataItem for Season
Auto Trait Implementations§
impl !Freeze for Season
impl !RefUnwindSafe for Season
impl Send for Season
impl Sync for Season
impl Unpin for Season
impl !UnwindSafe for Season
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