pub struct LocaleScopeTable {
pub scope_id: DefinitionId,
pub lines: Vec<LocaleLineEntry>,
}Expand description
A per-scope locale line table.
Fields§
§scope_id: DefinitionId§lines: Vec<LocaleLineEntry>Trait Implementations§
Source§impl Clone for LocaleScopeTable
impl Clone for LocaleScopeTable
Source§fn clone(&self) -> LocaleScopeTable
fn clone(&self) -> LocaleScopeTable
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 moreSource§impl Debug for LocaleScopeTable
impl Debug for LocaleScopeTable
Source§impl PartialEq for LocaleScopeTable
impl PartialEq for LocaleScopeTable
Source§fn eq(&self, other: &LocaleScopeTable) -> bool
fn eq(&self, other: &LocaleScopeTable) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for LocaleScopeTable
Auto Trait Implementations§
impl Freeze for LocaleScopeTable
impl RefUnwindSafe for LocaleScopeTable
impl Send for LocaleScopeTable
impl Sync for LocaleScopeTable
impl Unpin for LocaleScopeTable
impl UnsafeUnpin for LocaleScopeTable
impl UnwindSafe for LocaleScopeTable
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