pub struct CompiledSepByDef {
pub item: CombRef,
pub separator: CombRef,
pub trailing: bool,
}Expand description
Compiled separated-by definition
Fields§
§item: CombRefReference to the item combinator
separator: CombRefReference to the separator combinator
trailing: boolWhether trailing separator is allowed
Trait Implementations§
Source§impl Clone for CompiledSepByDef
impl Clone for CompiledSepByDef
Source§fn clone(&self) -> CompiledSepByDef
fn clone(&self) -> CompiledSepByDef
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 moreAuto Trait Implementations§
impl Freeze for CompiledSepByDef
impl RefUnwindSafe for CompiledSepByDef
impl Send for CompiledSepByDef
impl Sync for CompiledSepByDef
impl Unpin for CompiledSepByDef
impl UnsafeUnpin for CompiledSepByDef
impl UnwindSafe for CompiledSepByDef
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