pub struct RegistrationScope<'env, 'id> {
_phantom: PhantomData<(&'env (), &'id ())>,
}
Available on
riot_module_gcoap
only.Expand description
Lifetimed helper through which registrations can happen
For explanations of the 'env
’ and 'id
lifetimes, see
CountingThreadScope which has the same.
Fields§
§_phantom: PhantomData<(&'env (), &'id ())>
Implementations§
Source§impl<'env, 'id> RegistrationScope<'env, 'id>
impl<'env, 'id> RegistrationScope<'env, 'id>
Sourcepub fn register<P>(&mut self, listener: &'env mut P)where
P: 'env + ListenerProvider,
pub fn register<P>(&mut self, listener: &'env mut P)where
P: 'env + ListenerProvider,
Append a Gcoap listener in the global list of listeners, so that incoming requests are compared to the listener’s match functions and, if matching, are run through its handlers.
Note that the only provided way to get a suitable ListenerProvider is through SingleHandlerListener.
fn deregister_all(&mut self)
Auto Trait Implementations§
impl<'env, 'id> Freeze for RegistrationScope<'env, 'id>
impl<'env, 'id> RefUnwindSafe for RegistrationScope<'env, 'id>
impl<'env, 'id> Send for RegistrationScope<'env, 'id>
impl<'env, 'id> Sync for RegistrationScope<'env, 'id>
impl<'env, 'id> Unpin for RegistrationScope<'env, 'id>
impl<'env, 'id> UnwindSafe for RegistrationScope<'env, 'id>
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
Source§impl<T> IntoSwitch for T
impl<T> IntoSwitch for T
Source§fn into_switch<ActiveLevel>(self) -> Switch<T, ActiveLevel>
fn into_switch<ActiveLevel>(self) -> Switch<T, ActiveLevel>
Source§fn into_active_high_switch(self) -> Switch<Self, ActiveHigh>where
Self: Sized,
fn into_active_high_switch(self) -> Switch<Self, ActiveHigh>where
Self: Sized,
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 0 bytes