[−][src]Struct abxml::visitor::model::Library
Fields
package: PackageWrapper<'a>specs: HashMap<u32, TypeSpecWrapper<'a>>string_table: Option<StringTableCache<StringTableWrapper<'a>>>spec_string_table: Option<StringTableCache<StringTableWrapper<'a>>>entries_string_table: Option<StringTableCache<StringTableWrapper<'a>>>entries: EntriesMethods
impl<'a> Library<'a>[src]
pub fn new(package: PackageWrapper<'a>) -> Self[src]
fn get_spec_as_str(&self, spec_id: u32) -> Result<String, Error>[src]
Trait Implementations
impl<'a> Library for Library<'a>[src]
fn get_name(&self) -> Option<String>[src]
fn format_reference(
&self,
id: u32,
key: u32,
namespace: Option<String>,
prefix: &str
) -> Result<String, Error>[src]
&self,
id: u32,
key: u32,
namespace: Option<String>,
prefix: &str
) -> Result<String, Error>
fn get_entry(&self, id: u32) -> Result<&Entry, Error>[src]
fn get_entries_string(&self, str_id: u32) -> Result<Rc<String>, Error>[src]
fn get_spec_string(&self, str_id: u32) -> Result<Rc<String>, Error>[src]
impl<'a> LibraryBuilder<'a> for Library<'a>[src]
type StringTable = StringTableCache<StringTableWrapper<'a>>
type TypeSpec = TypeSpecWrapper<'a>
fn set_string_table(&mut self, string_table: Self::StringTable, origin: Origin)[src]
fn add_entries(&mut self, entries: Entries)[src]
fn add_type_spec(&mut self, type_spec: Self::TypeSpec) -> Result<(), Error>[src]
impl<'a> Debug for Library<'a>[src]
Auto Trait Implementations
impl<'a> Unpin for Library<'a>
impl<'a> !Sync for Library<'a>
impl<'a> !Send for Library<'a>
impl<'a> UnwindSafe for Library<'a>
impl<'a> !RefUnwindSafe for Library<'a>
Blanket Implementations
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,