pub struct StringListId {
pub substrings: Vec<TypeIndex>,
}Expand description
A list of substrings.
This Id is usually referenced by StringId.
Fields§
§substrings: Vec<TypeIndex>The list of substrings.
Trait Implementations§
Source§impl Clone for StringListId
impl Clone for StringListId
Source§fn clone(&self) -> StringListId
fn clone(&self) -> StringListId
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 StringListId
impl Debug for StringListId
Source§impl PartialEq for StringListId
impl PartialEq for StringListId
impl Eq for StringListId
impl StructuralPartialEq for StringListId
Auto Trait Implementations§
impl Freeze for StringListId
impl RefUnwindSafe for StringListId
impl Send for StringListId
impl Sync for StringListId
impl Unpin for StringListId
impl UnwindSafe for StringListId
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