Struct aws_sdk_ec2::model::UserData
source · [−]#[non_exhaustive]pub struct UserData { /* private fields */ }
Expand description
Describes the user data for an instance.
Implementations
Trait Implementations
impl StructuralPartialEq for UserData
Auto Trait Implementations
impl RefUnwindSafe for UserData
impl Send for UserData
impl Sync for UserData
impl Unpin for UserData
impl UnwindSafe for UserData
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