pub struct TransitionAudit {
pub from_state: String,
pub to_state: String,
pub profile: Option<String>,
pub agent: FieldAudit,
pub instructions: FieldAudit,
pub role_prefix: FieldAudit,
pub wrapper: String,
}Fields§
§from_state: String§to_state: String§profile: Option<String>§agent: FieldAudit§instructions: FieldAudit§role_prefix: FieldAudit§wrapper: StringTrait Implementations§
Source§impl Debug for TransitionAudit
impl Debug for TransitionAudit
Auto Trait Implementations§
impl Freeze for TransitionAudit
impl RefUnwindSafe for TransitionAudit
impl Send for TransitionAudit
impl Sync for TransitionAudit
impl Unpin for TransitionAudit
impl UnsafeUnpin for TransitionAudit
impl UnwindSafe for TransitionAudit
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