pub struct InlineResponse20027 { /* private fields */ }
Implementations§
Source§impl InlineResponse20027
impl InlineResponse20027
pub fn new() -> InlineResponse20027
pub fn set_filter_list( &mut self, filter_list: Vec<InlineResponse20027FilterList>, )
pub fn with_filter_list( self, filter_list: Vec<InlineResponse20027FilterList>, ) -> InlineResponse20027
pub fn filter_list(&self) -> Option<&Vec<InlineResponse20027FilterList>>
pub fn reset_filter_list(&mut self)
pub fn set_instrument_list( &mut self, instrument_list: Vec<InlineResponse20027InstrumentList>, )
pub fn with_instrument_list( self, instrument_list: Vec<InlineResponse20027InstrumentList>, ) -> InlineResponse20027
pub fn instrument_list(&self) -> Option<&Vec<InlineResponse20027InstrumentList>>
pub fn reset_instrument_list(&mut self)
pub fn set_location_tree( &mut self, location_tree: Vec<InlineResponse20027LocationTree>, )
pub fn with_location_tree( self, location_tree: Vec<InlineResponse20027LocationTree>, ) -> InlineResponse20027
pub fn location_tree(&self) -> Option<&Vec<InlineResponse20027LocationTree>>
pub fn reset_location_tree(&mut self)
pub fn set_scan_type_list( &mut self, scan_type_list: Vec<InlineResponse20027ScanTypeList>, )
pub fn with_scan_type_list( self, scan_type_list: Vec<InlineResponse20027ScanTypeList>, ) -> InlineResponse20027
pub fn scan_type_list(&self) -> Option<&Vec<InlineResponse20027ScanTypeList>>
pub fn reset_scan_type_list(&mut self)
Trait Implementations§
Source§impl Debug for InlineResponse20027
impl Debug for InlineResponse20027
Source§impl<'de> Deserialize<'de> for InlineResponse20027
impl<'de> Deserialize<'de> for InlineResponse20027
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 InlineResponse20027
impl RefUnwindSafe for InlineResponse20027
impl Send for InlineResponse20027
impl Sync for InlineResponse20027
impl Unpin for InlineResponse20027
impl UnwindSafe for InlineResponse20027
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