pub struct CategoryService { /* private fields */ }Implementations§
Source§impl CategoryService
impl CategoryService
pub fn with_config(service: ServiceConfig<Authenticated>) -> CategoryService
Trait Implementations§
Source§impl CreateResource for CategoryService
impl CreateResource for CategoryService
Source§impl DeleteResource for CategoryService
impl DeleteResource for CategoryService
Source§impl GetAllResource for CategoryService
impl GetAllResource for CategoryService
type Response = GetAllCategoryResponse
async fn get_all(&self, options: GetAllOptions) -> Result<Self::Response>
Source§impl GetAllSubResource for CategoryService
impl GetAllSubResource for CategoryService
Source§impl GetResourceById for CategoryService
impl GetResourceById for CategoryService
Source§impl UpdateResource for CategoryService
impl UpdateResource for CategoryService
Auto Trait Implementations§
impl Freeze for CategoryService
impl RefUnwindSafe for CategoryService
impl Send for CategoryService
impl Sync for CategoryService
impl Unpin for CategoryService
impl UnwindSafe for CategoryService
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