pub struct ExceptionList(/* private fields */);Implementations§
Source§impl ExceptionList
impl ExceptionList
pub fn from_value(v: Value) -> Result<ExceptionList>
pub fn list_id(&self) -> Result<&str>
Sourcepub fn namespace_type(&self) -> &str
pub fn namespace_type(&self) -> &str
single is the API’s own default and the value every measured response
carried. An absent value must resolve, or identity would depend on
whether a response happened to include the field.
pub fn list_type(&self) -> &str
pub fn name(&self) -> &str
pub fn key(&self) -> Result<ListKey>
pub fn as_map(&self) -> &Map<String, Value>
pub fn as_map_mut(&mut self) -> &mut Map<String, Value>
pub fn into_value(self) -> Value
Trait Implementations§
Source§impl Clone for ExceptionList
impl Clone for ExceptionList
Source§fn clone(&self) -> ExceptionList
fn clone(&self) -> ExceptionList
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ExceptionList
impl Debug for ExceptionList
Source§impl<'de> Deserialize<'de> for ExceptionList
impl<'de> Deserialize<'de> for ExceptionList
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
Source§impl PartialEq for ExceptionList
impl PartialEq for ExceptionList
Source§impl Serialize for ExceptionList
impl Serialize for ExceptionList
impl StructuralPartialEq for ExceptionList
Auto Trait Implementations§
impl Freeze for ExceptionList
impl RefUnwindSafe for ExceptionList
impl Send for ExceptionList
impl Sync for ExceptionList
impl Unpin for ExceptionList
impl UnsafeUnpin for ExceptionList
impl UnwindSafe for ExceptionList
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