pub struct InlineResponse20023String { /* private fields */ }Implementations§
Source§impl InlineResponse20023String
impl InlineResponse20023String
pub fn new() -> InlineResponse20023String
pub fn set_LP(&mut self, LP: String)
pub fn with_LP(self, LP: String) -> InlineResponse20023String
pub fn LP(&self) -> Option<&String>
pub fn reset_LP(&mut self)
pub fn set_ORTH(&mut self, ORTH: bool)
pub fn with_ORTH(self, ORTH: bool) -> InlineResponse20023String
pub fn ORTH(&self) -> Option<&bool>
pub fn reset_ORTH(&mut self)
pub fn set_PC(&mut self, PC: String)
pub fn with_PC(self, PC: String) -> InlineResponse20023String
pub fn PC(&self) -> Option<&String>
pub fn reset_PC(&mut self)
pub fn set_ROA(&mut self, ROA: String)
pub fn with_ROA(self, ROA: String) -> InlineResponse20023String
pub fn ROA(&self) -> Option<&String>
pub fn reset_ROA(&mut self)
pub fn set_ROP(&mut self, ROP: String)
pub fn with_ROP(self, ROP: String) -> InlineResponse20023String
pub fn ROP(&self) -> Option<&String>
pub fn reset_ROP(&mut self)
pub fn set_SP(&mut self, SP: String)
pub fn with_SP(self, SP: String) -> InlineResponse20023String
pub fn SP(&self) -> Option<&String>
pub fn reset_SP(&mut self)
pub fn set_TA(&mut self, TA: String)
pub fn with_TA(self, TA: String) -> InlineResponse20023String
pub fn TA(&self) -> Option<&String>
pub fn reset_TA(&mut self)
pub fn set_TT(&mut self, TT: String)
pub fn with_TT(self, TT: String) -> InlineResponse20023String
pub fn TT(&self) -> Option<&String>
pub fn reset_TT(&mut self)
pub fn set_TU(&mut self, TU: String)
pub fn with_TU(self, TU: String) -> InlineResponse20023String
pub fn TU(&self) -> Option<&String>
pub fn reset_TU(&mut self)
pub fn set_UNP(&mut self, UNP: bool)
pub fn with_UNP(self, UNP: bool) -> InlineResponse20023String
pub fn UNP(&self) -> Option<&bool>
pub fn reset_UNP(&mut self)
Trait Implementations§
Source§impl Debug for InlineResponse20023String
impl Debug for InlineResponse20023String
Source§impl<'de> Deserialize<'de> for InlineResponse20023String
impl<'de> Deserialize<'de> for InlineResponse20023String
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 InlineResponse20023String
impl RefUnwindSafe for InlineResponse20023String
impl Send for InlineResponse20023String
impl Sync for InlineResponse20023String
impl Unpin for InlineResponse20023String
impl UnwindSafe for InlineResponse20023String
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