Struct aws_sdk_codecatalyst::types::Ide
source · #[non_exhaustive]pub struct Ide { /* private fields */ }
Expand description
Information about an integrated development environment (IDE) used in a Dev Environment.
Implementations§
Trait Implementations§
impl StructuralPartialEq for Ide
Auto Trait Implementations§
impl RefUnwindSafe for Ide
impl Send for Ide
impl Sync for Ide
impl Unpin for Ide
impl UnwindSafe for Ide
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