Struct zenoh_keyexpr::key_expr::format::macro_support::SegmentBuilder
source · pub struct SegmentBuilder {
pub segment_start: usize,
pub prefix_end: usize,
pub spec_start: usize,
pub id_end: u16,
pub pattern_end: u16,
pub spec_end: usize,
pub segment_end: usize,
}Expand description
DO NOT USE THIS
This is a support structure for const_new, which is only meant to be used through the zenoh::keformat macro
Fields§
§segment_start: usize§prefix_end: usize§spec_start: usize§id_end: u16§pattern_end: u16§spec_end: usize§segment_end: usizeTrait Implementations§
source§impl Clone for SegmentBuilder
impl Clone for SegmentBuilder
source§fn clone(&self) -> SegmentBuilder
fn clone(&self) -> SegmentBuilder
Returns a copy 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 moreimpl Copy for SegmentBuilder
Auto Trait Implementations§
impl Freeze for SegmentBuilder
impl RefUnwindSafe for SegmentBuilder
impl Send for SegmentBuilder
impl Sync for SegmentBuilder
impl Unpin for SegmentBuilder
impl UnwindSafe for SegmentBuilder
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