pub enum ExternalBookRef {
Token(String),
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for ExternalBookRef
impl Clone for ExternalBookRef
Source§fn clone(&self) -> ExternalBookRef
fn clone(&self) -> ExternalBookRef
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 ExternalBookRef
impl Debug for ExternalBookRef
Source§impl Hash for ExternalBookRef
impl Hash for ExternalBookRef
Source§impl PartialEq for ExternalBookRef
impl PartialEq for ExternalBookRef
impl StructuralPartialEq for ExternalBookRef
Auto Trait Implementations§
impl Freeze for ExternalBookRef
impl RefUnwindSafe for ExternalBookRef
impl Send for ExternalBookRef
impl Sync for ExternalBookRef
impl Unpin for ExternalBookRef
impl UnwindSafe for ExternalBookRef
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