Struct open_library::models::Identifier [−][src]
pub struct Identifier<T: OpenLibraryIdentifierKey> {
pub resource: T,
pub identifier: String,
}Fields
resource: Tidentifier: StringTrait Implementations
Deserialize this value from the given Serde deserializer. Read more
Performs the conversion.
Auto Trait Implementations
impl<T> RefUnwindSafe for Identifier<T> where
T: RefUnwindSafe,
impl<T> Send for Identifier<T> where
T: Send,
impl<T> Sync for Identifier<T> where
T: Sync,
impl<T> Unpin for Identifier<T> where
T: Unpin,
impl<T> UnwindSafe for Identifier<T> where
T: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more