pub struct Actor { /* private fields */ }Expand description
A git actor who exists for the inspected repository
Implementations§
Trait Implementations§
Source§impl FromStr for Actor
impl FromStr for Actor
Source§fn from_str(s: &str) -> Result<Self, Self::Err>
fn from_str(s: &str) -> Result<Self, Self::Err>
Instantiate an Actor from an author string
Input is expected to be of the form “name
Auto Trait Implementations§
impl Freeze for Actor
impl RefUnwindSafe for Actor
impl !Send for Actor
impl !Sync for Actor
impl Unpin for Actor
impl UnsafeUnpin for Actor
impl UnwindSafe for Actor
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