pub enum ForEachRefAtomIdentityRole {
Author,
Committer,
Tagger,
Creator,
}Variants§
Trait Implementations§
Source§impl Clone for ForEachRefAtomIdentityRole
impl Clone for ForEachRefAtomIdentityRole
Source§fn clone(&self) -> ForEachRefAtomIdentityRole
fn clone(&self) -> ForEachRefAtomIdentityRole
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ForEachRefAtomIdentityRole
Source§impl Debug for ForEachRefAtomIdentityRole
impl Debug for ForEachRefAtomIdentityRole
impl Eq for ForEachRefAtomIdentityRole
impl StructuralPartialEq for ForEachRefAtomIdentityRole
Auto Trait Implementations§
impl Freeze for ForEachRefAtomIdentityRole
impl RefUnwindSafe for ForEachRefAtomIdentityRole
impl Send for ForEachRefAtomIdentityRole
impl Sync for ForEachRefAtomIdentityRole
impl Unpin for ForEachRefAtomIdentityRole
impl UnsafeUnpin for ForEachRefAtomIdentityRole
impl UnwindSafe for ForEachRefAtomIdentityRole
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