Struct atomic_lib::agents::Agent [−][src]
pub struct Agent {
pub private_key: Option<String>,
pub public_key: String,
pub subject: String,
pub created_at: i64,
pub name: Option<String>,
}Fields
private_key: Option<String>Private key for signing commits
public_key: StringPrivate key for signing commits
subject: StringURL of the Agent
created_at: i64name: Option<String>Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Agent
impl UnwindSafe for Agent
Blanket Implementations
Mutably borrows from an owned value. Read more