pub struct LicenseService { /* private fields */ }Expand description
Operations on the License resource.
Implementations§
Source§impl LicenseService
impl LicenseService
pub async fn get(&self) -> Result<LicenseDetails, Error>
pub async fn terms(&self) -> Result<LicenseTerms, Error>
pub async fn load( &self, req: &LoadLicenseRequest, ) -> Result<LicenseLoadResult, Error>
pub async fn list(&self) -> Result<LicenseList, Error>
Auto Trait Implementations§
impl !RefUnwindSafe for LicenseService
impl !UnwindSafe for LicenseService
impl Freeze for LicenseService
impl Send for LicenseService
impl Sync for LicenseService
impl Unpin for LicenseService
impl UnsafeUnpin for LicenseService
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