pub struct InlineResponse2002 { /* private fields */ }
Implementations§
Source§impl InlineResponse2002
impl InlineResponse2002
pub fn new() -> InlineResponse2002
pub fn set_authenticated(&mut self, authenticated: bool)
pub fn with_authenticated(self, authenticated: bool) -> InlineResponse2002
pub fn authenticated(&self) -> Option<&bool>
pub fn reset_authenticated(&mut self)
pub fn set_competing(&mut self, competing: bool)
pub fn with_competing(self, competing: bool) -> InlineResponse2002
pub fn competing(&self) -> Option<&bool>
pub fn reset_competing(&mut self)
pub fn set_connected(&mut self, connected: bool)
pub fn with_connected(self, connected: bool) -> InlineResponse2002
pub fn connected(&self) -> Option<&bool>
pub fn reset_connected(&mut self)
pub fn set_passed(&mut self, passed: bool)
pub fn with_passed(self, passed: bool) -> InlineResponse2002
pub fn passed(&self) -> Option<&bool>
pub fn reset_passed(&mut self)
Trait Implementations§
Source§impl Debug for InlineResponse2002
impl Debug for InlineResponse2002
Source§impl<'de> Deserialize<'de> for InlineResponse2002
impl<'de> Deserialize<'de> for InlineResponse2002
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 InlineResponse2002
impl RefUnwindSafe for InlineResponse2002
impl Send for InlineResponse2002
impl Sync for InlineResponse2002
impl Unpin for InlineResponse2002
impl UnwindSafe for InlineResponse2002
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