pub struct AuthMachinePreparedAuthority { /* private fields */ }Implementations§
Source§impl AuthMachinePreparedAuthority
impl AuthMachinePreparedAuthority
pub fn state(&self) -> &AuthMachineState
Trait Implementations§
Source§impl AuthMachineMutator for AuthMachinePreparedAuthority
impl AuthMachineMutator for AuthMachinePreparedAuthority
fn apply( &mut self, input: AuthMachineInput, ) -> Result<AuthMachineTransition, AuthMachineTransitionError>
Auto Trait Implementations§
impl !RefUnwindSafe for AuthMachinePreparedAuthority
impl !UnwindSafe for AuthMachinePreparedAuthority
impl Freeze for AuthMachinePreparedAuthority
impl Send for AuthMachinePreparedAuthority
impl Sync for AuthMachinePreparedAuthority
impl Unpin for AuthMachinePreparedAuthority
impl UnsafeUnpin for AuthMachinePreparedAuthority
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