pub struct TMF645CheckServiceQualification { /* private fields */ }Expand description
TMF645 Service Qualification API
Implementations§
Source§impl TMF645CheckServiceQualification
impl TMF645CheckServiceQualification
Sourcepub fn new(config: Config) -> TMF645CheckServiceQualification
pub fn new(config: Config) -> TMF645CheckServiceQualification
Create a new instance of the Service Qualificatoin module of TMF645 API
Trait Implementations§
Source§impl AsyncOperations for TMF645CheckServiceQualification
Available on non-crate feature blocking only.
impl AsyncOperations for TMF645CheckServiceQualification
Available on non-crate feature
blocking only.Source§type TMF = CheckServiceQualification
type TMF = CheckServiceQualification
The TMF object type that this trait operates on
Source§async fn create(&self, item: Self::TMF) -> Result<Self::TMF, TMFError>
async fn create(&self, item: Self::TMF) -> Result<Self::TMF, TMFError>
Create a new instance of a TMF object
Source§async fn delete(&self, id: impl Into<String>) -> Result<Self::TMF, TMFError>
async fn delete(&self, id: impl Into<String>) -> Result<Self::TMF, TMFError>
Delete a specific tmf object by Id
Source§async fn get(&self, id: impl Into<String>) -> Result<Vec<Self::TMF>, TMFError>
async fn get(&self, id: impl Into<String>) -> Result<Vec<Self::TMF>, TMFError>
Get a specific TMF object by Id
Auto Trait Implementations§
impl Freeze for TMF645CheckServiceQualification
impl RefUnwindSafe for TMF645CheckServiceQualification
impl Send for TMF645CheckServiceQualification
impl Sync for TMF645CheckServiceQualification
impl Unpin for TMF645CheckServiceQualification
impl UnwindSafe for TMF645CheckServiceQualification
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