pub struct CreateAgentInput {
pub name: String,
pub framework: Option<String>,
pub ttl_days: Option<u32>,
}Fields§
§name: String§framework: Option<String>§ttl_days: Option<u32>Trait Implementations§
Source§impl Clone for CreateAgentInput
impl Clone for CreateAgentInput
Source§fn clone(&self) -> CreateAgentInput
fn clone(&self) -> CreateAgentInput
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CreateAgentInput
impl Debug for CreateAgentInput
Source§impl PartialEq for CreateAgentInput
impl PartialEq for CreateAgentInput
impl Eq for CreateAgentInput
impl StructuralPartialEq for CreateAgentInput
Auto Trait Implementations§
impl Freeze for CreateAgentInput
impl RefUnwindSafe for CreateAgentInput
impl Send for CreateAgentInput
impl Sync for CreateAgentInput
impl Unpin for CreateAgentInput
impl UnsafeUnpin for CreateAgentInput
impl UnwindSafe for CreateAgentInput
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