pub struct MultiSelectEntry {
pub xpath: String,
pub nnodes: usize,
pub wilds: Vec<WildPath>,
}Expand description
A single sub-pattern in a MultiSelect clause.
Perl: [$xpath, $nnodes, @wilds]
Fields§
§xpath: String§nnodes: usize§wilds: Vec<WildPath>Trait Implementations§
Source§impl Clone for MultiSelectEntry
impl Clone for MultiSelectEntry
Source§fn clone(&self) -> MultiSelectEntry
fn clone(&self) -> MultiSelectEntry
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 MultiSelectEntry
impl RefUnwindSafe for MultiSelectEntry
impl Send for MultiSelectEntry
impl Sync for MultiSelectEntry
impl Unpin for MultiSelectEntry
impl UnsafeUnpin for MultiSelectEntry
impl UnwindSafe for MultiSelectEntry
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