Struct orca::models::auth_only::ActorAuthOnly
source · pub struct ActorAuthOnly {
state: State,
}
Fields§
§state: State
Implementations§
source§impl ActorAuthOnly
impl ActorAuthOnly
source§impl ActorAuthOnly
impl ActorAuthOnly
fn next_transition(&mut self) -> Transition
fn next_state(&mut self, action: TransitionAction, result: TransitionResult)
Trait Implementations§
source§impl ActorModel for ActorAuthOnly
impl ActorModel for ActorAuthOnly
fn transition<'life0, 'life1, 'life2, 'async_trait>(
&'life0 mut self,
client: &'life1 KanidmClient,
person: &'life2 Person,
) -> Pin<Box<dyn Future<Output = Result<Vec<EventRecord>, Error>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
'life1: 'async_trait,
'life2: 'async_trait,
Auto Trait Implementations§
impl Freeze for ActorAuthOnly
impl RefUnwindSafe for ActorAuthOnly
impl Send for ActorAuthOnly
impl Sync for ActorAuthOnly
impl Unpin for ActorAuthOnly
impl UnwindSafe for ActorAuthOnly
Blanket Implementations§
§impl<'a, T> AsTaggedExplicit<'a> for Twhere
T: 'a,
impl<'a, T> AsTaggedExplicit<'a> for Twhere
T: 'a,
§impl<'a, T> AsTaggedImplicit<'a> for Twhere
T: 'a,
impl<'a, T> AsTaggedImplicit<'a> for Twhere
T: 'a,
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