pub struct Committer {
pub member: String,
pub delegated_by: Option<String>,
}Expand description
Who is committing, as resolved by joy-core identity.
Fields§
§member: StringMember id (email or ai:tool@joy).
delegated_by: Option<String>The delegating human, present only for an authenticated AI session.
Trait Implementations§
impl StructuralPartialEq for Committer
Auto Trait Implementations§
impl Freeze for Committer
impl RefUnwindSafe for Committer
impl Send for Committer
impl Sync for Committer
impl Unpin for Committer
impl UnsafeUnpin for Committer
impl UnwindSafe for Committer
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