pub struct GetRawMessageContentResponse {
pub message_content: Bytes,
}
Fields§
§message_content: Bytes
The raw content of the email message, in MIME format.
Trait Implementations§
Source§impl Clone for GetRawMessageContentResponse
impl Clone for GetRawMessageContentResponse
Source§fn clone(&self) -> GetRawMessageContentResponse
fn clone(&self) -> GetRawMessageContentResponse
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 GetRawMessageContentResponse
impl Debug for GetRawMessageContentResponse
Source§impl Default for GetRawMessageContentResponse
impl Default for GetRawMessageContentResponse
Source§fn default() -> GetRawMessageContentResponse
fn default() -> GetRawMessageContentResponse
Returns the “default value” for a type. Read more
Source§impl PartialEq for GetRawMessageContentResponse
impl PartialEq for GetRawMessageContentResponse
Source§fn eq(&self, other: &GetRawMessageContentResponse) -> bool
fn eq(&self, other: &GetRawMessageContentResponse) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for GetRawMessageContentResponse
Auto Trait Implementations§
impl !Freeze for GetRawMessageContentResponse
impl RefUnwindSafe for GetRawMessageContentResponse
impl Send for GetRawMessageContentResponse
impl Sync for GetRawMessageContentResponse
impl Unpin for GetRawMessageContentResponse
impl UnwindSafe for GetRawMessageContentResponse
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