Struct kanidmd_lib::status::StatusActor
source · [−]pub struct StatusActor {}
Implementations
sourceimpl StatusActor
impl StatusActor
pub fn start() -> &'static Self
pub async fn handle_request(&self, _event: StatusRequestEvent) -> bool
Auto Trait Implementations
impl RefUnwindSafe for StatusActor
impl Send for StatusActor
impl Sync for StatusActor
impl Unpin for StatusActor
impl UnwindSafe for StatusActor
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more