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