Struct aws_sdk_codedeploy::types::RawString
source · #[non_exhaustive]pub struct RawString { /* private fields */ }
👎Deprecated: RawString and String revision type are deprecated, use AppSpecContent type instead.
Expand description
A revision for an Lambda deployment that is a YAML-formatted or JSON-formatted string. For Lambda deployments, the revision is the same as the AppSpec file.
Implementations§
Trait Implementations§
source§impl PartialEq<RawString> for RawString
impl PartialEq<RawString> for RawString
impl StructuralPartialEq for RawString
Auto Trait Implementations§
impl RefUnwindSafe for RawString
impl Send for RawString
impl Sync for RawString
impl Unpin for RawString
impl UnwindSafe for RawString
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