Struct coap_lite::Subject[][src]

pub struct Subject<Endpoint: Display + PartialEq> { /* fields omitted */ }
Expand description

Keeps track of the state of the observed resources.

Implementations

Registers an observer interested in a resource.

Updates the resource information after having notified the observers.

It increments the resource sequence and counter of unacknowledged updates.

Resets the counter of unacknowledged updates for a resource observer.

Gets the tracked resources.

Gets the observers of a resource.

Sets the limit of unacknowledged updates before removing an observer.

Trait Implementations

Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.