pub struct AwsString { /* private fields */ }Expand description
An immutable string holding either text or binary data.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AwsString
impl RefUnwindSafe for AwsString
impl !Send for AwsString
impl !Sync for AwsString
impl Unpin for AwsString
impl UnwindSafe for AwsString
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