pub struct MessageObject_IncompleteDetails {
pub reason: String,
}
Expand description
On an incomplete message, details about why the message is incomplete.
Fields§
§reason: String
The reason the message is incomplete.
Trait Implementations§
Source§impl Clone for MessageObject_IncompleteDetails
impl Clone for MessageObject_IncompleteDetails
Source§fn clone(&self) -> MessageObject_IncompleteDetails
fn clone(&self) -> MessageObject_IncompleteDetails
Returns a copy 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 Default for MessageObject_IncompleteDetails
impl Default for MessageObject_IncompleteDetails
Source§fn default() -> MessageObject_IncompleteDetails
fn default() -> MessageObject_IncompleteDetails
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for MessageObject_IncompleteDetails
impl RefUnwindSafe for MessageObject_IncompleteDetails
impl Send for MessageObject_IncompleteDetails
impl Sync for MessageObject_IncompleteDetails
impl Unpin for MessageObject_IncompleteDetails
impl UnwindSafe for MessageObject_IncompleteDetails
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