pub struct Apm { /* private fields */ }Implementations§
Source§impl Apm
impl Apm
pub fn create( req: &CreateApmInitializeRequest, options: &Options, ) -> Result<Apm, Box<dyn Error>>
pub fn retrieve( req: &RetrieveApmRequest, options: &Options, ) -> Result<Apm, Box<dyn Error>>
pub fn set_payment_transaction_id<T: Into<String>>( &mut self, payment_transaction_id: T, )
pub fn payment_transaction_id(&self) -> Option<&String>
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Apm
impl<'de> Deserialize<'de> for Apm
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for Apm
impl RefUnwindSafe for Apm
impl Send for Apm
impl Sync for Apm
impl Unpin for Apm
impl UnwindSafe for Apm
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