pub enum ForEachRefIdentityRole {
Author,
Committer,
Tagger,
Creator,
}Variants§
Trait Implementations§
Source§impl Clone for ForEachRefIdentityRole
impl Clone for ForEachRefIdentityRole
Source§fn clone(&self) -> ForEachRefIdentityRole
fn clone(&self) -> ForEachRefIdentityRole
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 ForEachRefIdentityRole
Auto Trait Implementations§
impl Freeze for ForEachRefIdentityRole
impl RefUnwindSafe for ForEachRefIdentityRole
impl Send for ForEachRefIdentityRole
impl Sync for ForEachRefIdentityRole
impl Unpin for ForEachRefIdentityRole
impl UnsafeUnpin for ForEachRefIdentityRole
impl UnwindSafe for ForEachRefIdentityRole
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