pub struct DEFAULT_QOS { /* private fields */ }

Methods from Deref<Target = QosPolicies>

Merge two QosPolicies

Constructs a QosPolicy, where each policy is taken from self, and overwritten with those policies from other that are defined.

Check if policy commplies to another policy.

self is the “offered” (publisher) QoS other is the “requested” (subscriber) QoS

  • None => Policies are compatible
  • Some(policyId) => Failure, where policyId is (any) one of the policies causing incompliance

Compliance (compatibility) is defined in the table in DDS spec v1.4 Section “2.2.3 Supported QoS”

This is not symmetric.

Trait Implementations

The resulting type after dereferencing.

Dereferences the value.

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.