[][src]Struct ajour_weak_auras::Aura

pub struct Aura { /* fields omitted */ }

A parsed Aura from SavedVariables along with it's Wago.io metadata

Implementations

impl Aura[src]

pub fn name(&self) -> &str[src]

pub fn slug(&self) -> &str[src]

pub fn url(&self) -> Option<&str>[src]

pub fn status(&self) -> AuraStatus[src]

pub fn set_status(&mut self, status: AuraStatus)[src]

pub fn installed_version(&self) -> Option<u16>[src]

pub fn remote_version(&self) -> u16[src]

pub fn installed_symver(&self) -> Option<&str>[src]

pub fn remote_symver(&self) -> &str[src]

pub fn author(&self) -> &str[src]

pub fn has_update(&self) -> bool[src]

Trait Implementations

impl Clone for Aura[src]

impl Debug for Aura[src]

impl<'de> Deserialize<'de> for Aura[src]

Auto Trait Implementations

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> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> DynClone for T where
    T: Clone
[src]

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

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

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

impl<T> Pointable for T

type Init = T

The type for initializers.

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 

impl<T> WithSubscriber for T[src]