pub struct LaneSet {
pub public: LanePolicy,
pub private: LanePolicy,
pub command: LanePolicy,
}Expand description
Stable lane policies exposed by the adapter.
Fields§
§public: LanePolicy§private: LanePolicy§command: LanePolicyImplementations§
Source§impl LaneSet
impl LaneSet
Sourcepub const fn linear_futures_defaults() -> Self
pub const fn linear_futures_defaults() -> Self
Standard lane policies shared by current linear futures adapters.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for LaneSet
impl<'de> Deserialize<'de> for LaneSet
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Copy for LaneSet
impl Eq for LaneSet
impl StructuralPartialEq for LaneSet
Auto Trait Implementations§
impl Freeze for LaneSet
impl RefUnwindSafe for LaneSet
impl Send for LaneSet
impl Sync for LaneSet
impl Unpin for LaneSet
impl UnsafeUnpin for LaneSet
impl UnwindSafe for LaneSet
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