pub struct ContentAppMessageResponse {
pub status: Option<Status>,
pub data: Option<String>,
pub encoding_hint: Option<String>,
}Fields§
§status: Option<Status>§data: Option<String>§encoding_hint: Option<String>Trait Implementations§
Source§impl Debug for ContentAppMessageResponse
impl Debug for ContentAppMessageResponse
Auto Trait Implementations§
impl Freeze for ContentAppMessageResponse
impl RefUnwindSafe for ContentAppMessageResponse
impl Send for ContentAppMessageResponse
impl Sync for ContentAppMessageResponse
impl Unpin for ContentAppMessageResponse
impl UnwindSafe for ContentAppMessageResponse
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