pub struct Tags { /* private fields */ }
Expand description
Interface for tag options.
Implementations§
source§impl Tags
impl Tags
sourcepub async fn iter(self) -> Result<impl Stream<Item = Result<TagOption>>>
pub async fn iter(self) -> Result<impl Stream<Item = Result<TagOption>>>
Provides a stream over all tag options.
sourcepub async fn add(self, options: AddTagsOptions) -> Result<()>
pub async fn add(self, options: AddTagsOptions) -> Result<()>
Add tag options. [required: token]
sourcepub async fn delete(self, options: DeleteTagsOptions) -> Result<Deletion>
pub async fn delete(self, options: DeleteTagsOptions) -> Result<Deletion>
Delete tag options. [required: token]
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Tags
impl !RefUnwindSafe for Tags
impl Send for Tags
impl Sync for Tags
impl Unpin for Tags
impl !UnwindSafe for Tags
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