Struct aws_smithy_protocol_test::PrettyString
source · pub struct PrettyString(_);
Trait Implementations§
source§impl Debug for PrettyString
impl Debug for PrettyString
source§impl PartialEq<PrettyString> for PrettyString
impl PartialEq<PrettyString> for PrettyString
source§fn eq(&self, other: &PrettyString) -> bool
fn eq(&self, other: &PrettyString) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for PrettyString
impl StructuralEq for PrettyString
impl StructuralPartialEq for PrettyString
Auto Trait Implementations§
impl RefUnwindSafe for PrettyString
impl Send for PrettyString
impl Sync for PrettyString
impl Unpin for PrettyString
impl UnwindSafe for PrettyString
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