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
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
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
Compare self to key and return true if they are equal.
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