pub struct AuthorAlias {
pub source: String,
pub target: AuthorId,
}Fields§
§source: String§target: AuthorIdTrait Implementations§
Source§impl Clone for AuthorAlias
impl Clone for AuthorAlias
Source§fn clone(&self) -> AuthorAlias
fn clone(&self) -> AuthorAlias
Returns a copy 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 AuthorAlias
impl Debug for AuthorAlias
Source§impl<'de> Deserialize<'de> for AuthorAlias
impl<'de> Deserialize<'de> for AuthorAlias
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Hash for AuthorAlias
impl Hash for AuthorAlias
Source§impl PartialEq for AuthorAlias
impl PartialEq for AuthorAlias
Source§impl Serialize for AuthorAlias
impl Serialize for AuthorAlias
impl Eq for AuthorAlias
impl StructuralPartialEq for AuthorAlias
Auto Trait Implementations§
impl Freeze for AuthorAlias
impl RefUnwindSafe for AuthorAlias
impl Send for AuthorAlias
impl Sync for AuthorAlias
impl Unpin for AuthorAlias
impl UnwindSafe for AuthorAlias
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