pub struct ConduitSn {
pub reliable: ZInt,
pub best_effort: ZInt,
}
Expand description
The kind of reliability.
Fields§
§reliable: ZInt
§best_effort: ZInt
Trait Implementations§
impl Copy for ConduitSn
impl Eq for ConduitSn
impl StructuralPartialEq for ConduitSn
Auto Trait Implementations§
impl Freeze for ConduitSn
impl RefUnwindSafe for ConduitSn
impl Send for ConduitSn
impl Sync for ConduitSn
impl Unpin for ConduitSn
impl UnwindSafe for ConduitSn
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