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

Keeps track of the state of the observed resources.

Implementations

Registers an observer interested in a resource.

Removes an observer from the interested 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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.