Struct aws_sdk_codedeploy::model::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
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
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