[][src]Struct modio::metadata::Metadata

pub struct Metadata { /* fields omitted */ }

Implementations

impl Metadata[src]

pub async fn get(self) -> Result<MetadataMap>[src]

Return the metadata key value pairs for a mod that this Metadata refers to.

pub async fn add(self, metadata: MetadataMap) -> Result<()>[src]

Add metadata for a mod that this Metadata refers to.

pub async fn delete(self, metadata: MetadataMap) -> Result<Deletion>[src]

Delete metadata for a mod that this Metadata refers to.

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> 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, 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.