Struct aws_sdk_lexmodelsv2::model::PlainTextMessage
source · [−]#[non_exhaustive]pub struct PlainTextMessage { /* private fields */ }Expand description
Defines an ASCII text message to send to the user.
Implementations
sourceimpl PlainTextMessage
impl PlainTextMessage
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PlainTextMessage.
Trait Implementations
sourceimpl Clone for PlainTextMessage
impl Clone for PlainTextMessage
sourcefn clone(&self) -> PlainTextMessage
fn clone(&self) -> PlainTextMessage
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for PlainTextMessage
impl Debug for PlainTextMessage
sourceimpl PartialEq<PlainTextMessage> for PlainTextMessage
impl PartialEq<PlainTextMessage> for PlainTextMessage
sourcefn eq(&self, other: &PlainTextMessage) -> bool
fn eq(&self, other: &PlainTextMessage) -> bool
impl StructuralPartialEq for PlainTextMessage
Auto Trait Implementations
impl RefUnwindSafe for PlainTextMessage
impl Send for PlainTextMessage
impl Sync for PlainTextMessage
impl Unpin for PlainTextMessage
impl UnwindSafe for PlainTextMessage
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more