[][src]Struct crossref::response::work::License

pub struct License {
    pub content_version: String,
    pub delay_in_days: i32,
    pub start: PartialDate,
    pub url: String,
}

how the Work is licensed

Fields

content_version: String

Either vor (version of record,) am (accepted manuscript) or unspecified

delay_in_days: i32

Number of days between the publication date of the work and the start date of this license

start: PartialDate

Date on which this license begins to take effect

url: String

Link to a web page describing this license

Trait Implementations

impl PartialEq<License> for License[src]

impl Eq for License[src]

impl Clone for License[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

impl Debug for License[src]

impl Serialize for License[src]

impl<'de> Deserialize<'de> for License[src]

Auto Trait Implementations

impl Send for License

impl Sync for License

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]

impl<Q, K> Equivalent<K> for Q where
    K: Borrow<Q> + ?Sized,
    Q: Eq + ?Sized
[src]

impl<T> Erased for T

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 

type Err = <U as TryFrom<T>>::Err