pub struct TagEndpoint {
http_client: HttpClientRef,
}
Fields§
§http_client: HttpClientRef
Implementations§
Source§impl TagEndpoint
impl TagEndpoint
pub fn get(&self) -> ListTagsBuilder
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TagEndpoint
impl !RefUnwindSafe for TagEndpoint
impl !Send for TagEndpoint
impl !Sync for TagEndpoint
impl Unpin for TagEndpoint
impl !UnwindSafe for TagEndpoint
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