pub struct TMF645CheckServiceQualification { /* private fields */ }
Expand description
TMF645 Service Qualification API
Implementations§
Source§impl TMF645CheckServiceQualification
impl TMF645CheckServiceQualification
Sourcepub fn new(host: Uri) -> TMF645CheckServiceQualification
pub fn new(host: Uri) -> TMF645CheckServiceQualification
Create a new instance of the Service Qualificatoin module of TMF645 API
Trait Implementations§
Source§impl Operations for TMF645CheckServiceQualification
impl Operations for TMF645CheckServiceQualification
Source§type TMF = CheckServiceQualification
type TMF = CheckServiceQualification
The TMF object type that this trait operates on
Source§fn create(&self, item: Self::TMF) -> Result<Self::TMF, TMFError>
fn create(&self, item: Self::TMF) -> Result<Self::TMF, TMFError>
Create a new instance of a TMF object
Source§fn delete(&self, id: impl Into<String>) -> Result<Self::TMF, TMFError>
fn delete(&self, id: impl Into<String>) -> Result<Self::TMF, TMFError>
Delete a specific tmf object by Id Read more
Source§fn get(&self, id: impl Into<String>) -> Result<Vec<Self::TMF>, TMFError>
fn get(&self, id: impl Into<String>) -> Result<Vec<Self::TMF>, TMFError>
Get a specific TMF object by Id Read more
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