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