[][src]Struct benbot::Benbot

pub struct Benbot { /* fields omitted */ }

Implementations

impl Benbot[src]

pub fn new() -> Self[src]

pub async fn get_aes<'_>(&'_ self) -> Result<AES, Box<dyn Error>>[src]

pub async fn get_added_files<'_>(
    &'_ self
) -> Result<Vec<String>, Box<dyn Error>>
[src]

pub async fn get_all_cosmetics<'_>(
    &'_ self,
    _language: Language
) -> Result<Vec<BrCosmetic>, Box<dyn Error>>
[src]

pub async fn get_asset_properties<'_, '_>(
    &'_ self,
    path: &'_ str,
    _language: Language
) -> Result<AssetProperties, Box<dyn Error>>
[src]

pub async fn get_dynamic_pak_files<'_, '_>(
    &'_ self,
    pak: &'_ str
) -> Result<Vec<String>, Box<dyn Error>>
[src]

pub async fn get_files<'_>(&'_ self) -> Result<Vec<String>, Box<dyn Error>>[src]

Auto Trait Implementations

impl !RefUnwindSafe for Benbot

impl Send for Benbot

impl Sync for Benbot

impl Unpin for Benbot

impl !UnwindSafe for Benbot

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.