pub struct QosSpec {
pub reliability: Reliability,
pub durability: Durability,
pub history: History,
}Expand description
Reliability, durability, and history taken from one QoS profile.
Fields§
§reliability: Reliability§durability: Durability§history: HistoryTrait Implementations§
impl Eq for QosSpec
impl StructuralPartialEq for QosSpec
Auto Trait Implementations§
impl Freeze for QosSpec
impl RefUnwindSafe for QosSpec
impl Send for QosSpec
impl Sync for QosSpec
impl Unpin for QosSpec
impl UnwindSafe for QosSpec
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