pub struct UnsyncAlias {
pub source: String,
pub platform: PlatformId,
pub link: Option<String>,
}Available on crate feature
importer only.Expand description
Represents an alias for an author that is not yet synced with the archive.
This is used to track different platforms or identifiers for the same author. It can include links to their profiles or other relevant information.
Fields§
§source: String§platform: PlatformId§link: Option<String>Implementations§
Trait Implementations§
Source§impl Clone for UnsyncAlias
impl Clone for UnsyncAlias
Source§fn clone(&self) -> UnsyncAlias
fn clone(&self) -> UnsyncAlias
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 UnsyncAlias
impl Debug for UnsyncAlias
Source§impl FindAlias for UnsyncAlias
Available on crate feature utils only.
impl FindAlias for UnsyncAlias
Available on crate feature
utils only.Source§impl Hash for UnsyncAlias
impl Hash for UnsyncAlias
Source§impl PartialEq for UnsyncAlias
impl PartialEq for UnsyncAlias
impl Eq for UnsyncAlias
impl StructuralPartialEq for UnsyncAlias
Auto Trait Implementations§
impl Freeze for UnsyncAlias
impl RefUnwindSafe for UnsyncAlias
impl Send for UnsyncAlias
impl Sync for UnsyncAlias
impl Unpin for UnsyncAlias
impl UnwindSafe for UnsyncAlias
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