pub enum PublicationType {
AbstractOnly,
FullText,
BibliographicRecord,
}Variants§
Trait Implementations§
Source§impl Clone for PublicationType
impl Clone for PublicationType
Source§fn clone(&self) -> PublicationType
fn clone(&self) -> PublicationType
Returns a duplicate 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 PublicationType
impl Debug for PublicationType
Source§impl Default for PublicationType
impl Default for PublicationType
Source§fn default() -> PublicationType
fn default() -> PublicationType
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for PublicationType
impl RefUnwindSafe for PublicationType
impl Send for PublicationType
impl Sync for PublicationType
impl Unpin for PublicationType
impl UnwindSafe for PublicationType
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