pub enum ModelInvocationAuditState {
Prepared,
Succeeded,
Failed,
}Variants§
Trait Implementations§
Source§impl Clone for ModelInvocationAuditState
impl Clone for ModelInvocationAuditState
Source§fn clone(&self) -> ModelInvocationAuditState
fn clone(&self) -> ModelInvocationAuditState
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 ModelInvocationAuditState
Source§impl Debug for ModelInvocationAuditState
impl Debug for ModelInvocationAuditState
impl Eq for ModelInvocationAuditState
impl StructuralPartialEq for ModelInvocationAuditState
Auto Trait Implementations§
impl Freeze for ModelInvocationAuditState
impl RefUnwindSafe for ModelInvocationAuditState
impl Send for ModelInvocationAuditState
impl Sync for ModelInvocationAuditState
impl Unpin for ModelInvocationAuditState
impl UnsafeUnpin for ModelInvocationAuditState
impl UnwindSafe for ModelInvocationAuditState
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