pub struct InlineResponse20022 { /* private fields */ }
Implementations§
Source§impl InlineResponse20022
impl InlineResponse20022
pub fn new() -> InlineResponse20022
pub fn set_description(&mut self, description: String)
pub fn with_description(self, description: String) -> InlineResponse20022
pub fn description(&self) -> Option<&String>
pub fn reset_description(&mut self)
pub fn set_id(&mut self, id: String)
pub fn with_id(self, id: String) -> InlineResponse20022
pub fn id(&self) -> Option<&String>
pub fn reset_id(&mut self)
pub fn set_name(&mut self, name: String)
pub fn with_name(self, name: String) -> InlineResponse20022
pub fn name(&self) -> Option<&String>
pub fn reset_name(&mut self)
pub fn set_parameters( &mut self, parameters: Vec<IservercontractconidalgosParameters>, )
pub fn with_parameters( self, parameters: Vec<IservercontractconidalgosParameters>, ) -> InlineResponse20022
pub fn parameters(&self) -> Option<&Vec<IservercontractconidalgosParameters>>
pub fn reset_parameters(&mut self)
Trait Implementations§
Source§impl Debug for InlineResponse20022
impl Debug for InlineResponse20022
Source§impl<'de> Deserialize<'de> for InlineResponse20022
impl<'de> Deserialize<'de> for InlineResponse20022
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 InlineResponse20022
impl RefUnwindSafe for InlineResponse20022
impl Send for InlineResponse20022
impl Sync for InlineResponse20022
impl Unpin for InlineResponse20022
impl UnwindSafe for InlineResponse20022
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