pub struct InlineResponse20032 { /* private fields */ }
Implementations§
Source§impl InlineResponse20032
impl InlineResponse20032
pub fn new() -> InlineResponse20032
pub fn set_ACCTID(&mut self, ACCTID: Position)
pub fn with_ACCTID(self, ACCTID: Position) -> InlineResponse20032
pub fn ACCTID(&self) -> Option<&Position>
pub fn reset_ACCTID(&mut self)
Trait Implementations§
Source§impl Debug for InlineResponse20032
impl Debug for InlineResponse20032
Source§impl<'de> Deserialize<'de> for InlineResponse20032
impl<'de> Deserialize<'de> for InlineResponse20032
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 InlineResponse20032
impl RefUnwindSafe for InlineResponse20032
impl Send for InlineResponse20032
impl Sync for InlineResponse20032
impl Unpin for InlineResponse20032
impl UnwindSafe for InlineResponse20032
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