pub struct IssRequestOptions { /* private fields */ }Expand description
Системные опции ISS-запроса (iss.*) для raw endpoint-ов.
Implementations§
Source§impl IssRequestOptions
impl IssRequestOptions
Sourcepub fn metadata_value(&self) -> Option<IssToggle>
pub fn metadata_value(&self) -> Option<IssToggle>
Текущее значение iss.meta, если задано.
Sourcepub fn data_value(&self) -> Option<IssToggle>
pub fn data_value(&self) -> Option<IssToggle>
Текущее значение iss.data, если задано.
Sourcepub fn version_value(&self) -> Option<IssToggle>
pub fn version_value(&self) -> Option<IssToggle>
Текущее значение iss.version, если задано.
Sourcepub fn json_value(&self) -> Option<&str>
pub fn json_value(&self) -> Option<&str>
Текущее значение iss.json, если задано.
Trait Implementations§
Source§impl Clone for IssRequestOptions
impl Clone for IssRequestOptions
Source§fn clone(&self) -> IssRequestOptions
fn clone(&self) -> IssRequestOptions
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for IssRequestOptions
impl Debug for IssRequestOptions
Source§impl Default for IssRequestOptions
impl Default for IssRequestOptions
Source§fn default() -> IssRequestOptions
fn default() -> IssRequestOptions
Returns the “default value” for a type. Read more
Source§impl PartialEq for IssRequestOptions
impl PartialEq for IssRequestOptions
impl Eq for IssRequestOptions
impl StructuralPartialEq for IssRequestOptions
Auto Trait Implementations§
impl Freeze for IssRequestOptions
impl RefUnwindSafe for IssRequestOptions
impl Send for IssRequestOptions
impl Sync for IssRequestOptions
impl Unpin for IssRequestOptions
impl UnsafeUnpin for IssRequestOptions
impl UnwindSafe for IssRequestOptions
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