pub struct InlineResponse2005 { /* private fields */ }
Implementations§
Source§impl InlineResponse2005
impl InlineResponse2005
pub fn new() -> InlineResponse2005
pub fn set_E(&mut self, E: Vec<InlineResponse2005E>)
pub fn with_E(self, E: Vec<InlineResponse2005E>) -> InlineResponse2005
pub fn E(&self) -> Option<&Vec<InlineResponse2005E>>
pub fn reset_E(&mut self)
pub fn set_M(&mut self, M: i32)
pub fn with_M(self, M: i32) -> InlineResponse2005
pub fn M(&self) -> Option<&i32>
pub fn reset_M(&mut self)
Trait Implementations§
Source§impl Debug for InlineResponse2005
impl Debug for InlineResponse2005
Source§impl<'de> Deserialize<'de> for InlineResponse2005
impl<'de> Deserialize<'de> for InlineResponse2005
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 InlineResponse2005
impl RefUnwindSafe for InlineResponse2005
impl Send for InlineResponse2005
impl Sync for InlineResponse2005
impl Unpin for InlineResponse2005
impl UnwindSafe for InlineResponse2005
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