pub struct InlineResponse20016 { /* private fields */ }
Implementations§
Source§impl InlineResponse20016
impl InlineResponse20016
pub fn new() -> InlineResponse20016
pub fn set_acct_id(&mut self, acct_id: Value)
pub fn with_acct_id(self, acct_id: Value) -> InlineResponse20016
pub fn acct_id(&self) -> Option<&Value>
pub fn reset_acct_id(&mut self)
Trait Implementations§
Source§impl Debug for InlineResponse20016
impl Debug for InlineResponse20016
Source§impl<'de> Deserialize<'de> for InlineResponse20016
impl<'de> Deserialize<'de> for InlineResponse20016
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 InlineResponse20016
impl RefUnwindSafe for InlineResponse20016
impl Send for InlineResponse20016
impl Sync for InlineResponse20016
impl Unpin for InlineResponse20016
impl UnwindSafe for InlineResponse20016
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