pub struct InlineResponse20035 { /* private fields */ }
Implementations§
Source§impl InlineResponse20035
impl InlineResponse20035
pub fn new() -> InlineResponse20035
pub fn set_AUTH_TIME(&mut self, AUTH_TIME: f32)
pub fn with_AUTH_TIME(self, AUTH_TIME: f32) -> InlineResponse20035
pub fn AUTH_TIME(&self) -> Option<&f32>
pub fn reset_AUTH_TIME(&mut self)
pub fn set_LOGIN_TYPE(&mut self, LOGIN_TYPE: f32)
pub fn with_LOGIN_TYPE(self, LOGIN_TYPE: f32) -> InlineResponse20035
pub fn LOGIN_TYPE(&self) -> Option<&f32>
pub fn reset_LOGIN_TYPE(&mut self)
pub fn set_RESULT(&mut self, RESULT: bool)
pub fn with_RESULT(self, RESULT: bool) -> InlineResponse20035
pub fn RESULT(&self) -> Option<&bool>
pub fn reset_RESULT(&mut self)
pub fn set_USER_ID(&mut self, USER_ID: f32)
pub fn with_USER_ID(self, USER_ID: f32) -> InlineResponse20035
pub fn USER_ID(&self) -> Option<&f32>
pub fn reset_USER_ID(&mut self)
pub fn set_USER_NAME(&mut self, USER_NAME: String)
pub fn with_USER_NAME(self, USER_NAME: String) -> InlineResponse20035
pub fn USER_NAME(&self) -> Option<&String>
pub fn reset_USER_NAME(&mut self)
pub fn set_expire(&mut self, expire: f32)
pub fn with_expire(self, expire: f32) -> InlineResponse20035
pub fn expire(&self) -> Option<&f32>
pub fn reset_expire(&mut self)
Trait Implementations§
Source§impl Debug for InlineResponse20035
impl Debug for InlineResponse20035
Source§impl<'de> Deserialize<'de> for InlineResponse20035
impl<'de> Deserialize<'de> for InlineResponse20035
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 InlineResponse20035
impl RefUnwindSafe for InlineResponse20035
impl Send for InlineResponse20035
impl Sync for InlineResponse20035
impl Unpin for InlineResponse20035
impl UnwindSafe for InlineResponse20035
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