pub struct SymbolTableOwned {
pub values: Vec<String>,
}Fields§
§values: Vec<String>Trait Implementations§
Source§impl Clone for SymbolTableOwned
impl Clone for SymbolTableOwned
Source§fn clone(&self) -> SymbolTableOwned
fn clone(&self) -> SymbolTableOwned
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 SymbolTableOwned
impl Debug for SymbolTableOwned
Source§impl Default for SymbolTableOwned
impl Default for SymbolTableOwned
Source§fn default() -> SymbolTableOwned
fn default() -> SymbolTableOwned
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SymbolTableOwned
impl RefUnwindSafe for SymbolTableOwned
impl Send for SymbolTableOwned
impl Sync for SymbolTableOwned
impl Unpin for SymbolTableOwned
impl UnsafeUnpin for SymbolTableOwned
impl UnwindSafe for SymbolTableOwned
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