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