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