pub struct WaitForOnboarding<P: CheckedPermissions>(pub SettingsApi<P>);Tuple Fields§
§0: SettingsApi<P>Trait Implementations§
Source§impl<P> ArchiveEventHandler<OnboardingStatus> for WaitForOnboarding<P>
impl<P> ArchiveEventHandler<OnboardingStatus> for WaitForOnboarding<P>
fn handle( &mut self, msg: Owned<OnboardingStatus>, _sender: PID, context: &mut ServerContext<Self>, )
Source§impl<P> Server for WaitForOnboarding<P>
impl<P> Server for WaitForOnboarding<P>
Source§fn on_start(&mut self, context: &mut ServerContext<Self>)
fn on_start(&mut self, context: &mut ServerContext<Self>)
Hook to do stuff with the context once the server is started.
Source§impl<P: CheckedPermissions> ServerMessages for WaitForOnboarding<P>
impl<P: CheckedPermissions> ServerMessages for WaitForOnboarding<P>
Source§const NAME: &'static str = ""
const NAME: &'static str = ""
The name of the server, as registered in the nameserver.
If empty, a random SID will be assigned and no nameserver registration happens.
Source§fn messages() -> &'static [MessageDef<Self>] ⓘwhere
Self: Sized,
fn messages() -> &'static [MessageDef<Self>] ⓘwhere
Self: Sized,
Define the messages that are handled by this server. See
MessageDef and the
related functions.Auto Trait Implementations§
impl<P> Freeze for WaitForOnboarding<P>
impl<P> RefUnwindSafe for WaitForOnboarding<P>
impl<P> Send for WaitForOnboarding<P>
impl<P> Sync for WaitForOnboarding<P>
impl<P> Unpin for WaitForOnboarding<P>
impl<P> UnwindSafe for WaitForOnboarding<P>
Blanket Implementations§
§impl<T> ArchivePointee for T
impl<T> ArchivePointee for T
§type ArchivedMetadata = ()
type ArchivedMetadata = ()
The archived version of the pointer metadata for this type.
§fn pointer_metadata(
_: &<T as ArchivePointee>::ArchivedMetadata,
) -> <T as Pointee>::Metadata
fn pointer_metadata( _: &<T as ArchivePointee>::ArchivedMetadata, ) -> <T as Pointee>::Metadata
Converts some archived metadata to the pointer metadata for itself.
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
§impl<T> LayoutRaw for T
impl<T> LayoutRaw for T
§fn layout_raw(_: <T as Pointee>::Metadata) -> Result<Layout, LayoutError>
fn layout_raw(_: <T as Pointee>::Metadata) -> Result<Layout, LayoutError>
Returns the layout of the type.