pub struct ObjectStatus<'a> {
pub status: Cow<'a, str>,
}
Expand description
The <status> type on contact transactions
Fields§
§status: Cow<'a, str>
The status name, represented by the ‘s’ attr on <status> tags
Trait Implementations§
Source§impl<'a> Debug for ObjectStatus<'a>
impl<'a> Debug for ObjectStatus<'a>
Source§impl<'de, 'a> Deserialize<'de> for ObjectStatus<'a>
impl<'de, 'a> Deserialize<'de> for ObjectStatus<'a>
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<'a> Freeze for ObjectStatus<'a>
impl<'a> RefUnwindSafe for ObjectStatus<'a>
impl<'a> Send for ObjectStatus<'a>
impl<'a> Sync for ObjectStatus<'a>
impl<'a> Unpin for ObjectStatus<'a>
impl<'a> UnwindSafe for ObjectStatus<'a>
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