pub enum LaneFeature {
Events,
SequencedSlots,
Journal,
FanoutBroadcast,
}Expand description
LaneGraph feature families that matter to authoring and deploy checks.
Variants§
Events
Basic events lanes.
SequencedSlots
Sequenced slots lanes.
Journal
Journal lanes.
FanoutBroadcast
Fanout-broadcast lanes.
Trait Implementations§
Source§impl Clone for LaneFeature
impl Clone for LaneFeature
Source§fn clone(&self) -> LaneFeature
fn clone(&self) -> LaneFeature
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for LaneFeature
impl Debug for LaneFeature
Source§impl PartialEq for LaneFeature
impl PartialEq for LaneFeature
Source§impl Serialize for LaneFeature
impl Serialize for LaneFeature
impl Copy for LaneFeature
impl Eq for LaneFeature
impl StructuralPartialEq for LaneFeature
Auto Trait Implementations§
impl Freeze for LaneFeature
impl RefUnwindSafe for LaneFeature
impl Send for LaneFeature
impl Sync for LaneFeature
impl Unpin for LaneFeature
impl UnwindSafe for LaneFeature
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