pub struct GetHostInput {
pub host_arn: String,
}Fields§
§host_arn: StringThe Amazon Resource Name (ARN) of the requested host.
Trait Implementations§
Source§impl Clone for GetHostInput
impl Clone for GetHostInput
Source§fn clone(&self) -> GetHostInput
fn clone(&self) -> GetHostInput
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for GetHostInput
impl Debug for GetHostInput
Source§impl Default for GetHostInput
impl Default for GetHostInput
Source§fn default() -> GetHostInput
fn default() -> GetHostInput
Returns the “default value” for a type. Read more
Source§impl PartialEq for GetHostInput
impl PartialEq for GetHostInput
Source§impl Serialize for GetHostInput
impl Serialize for GetHostInput
impl StructuralPartialEq for GetHostInput
Auto Trait Implementations§
impl Freeze for GetHostInput
impl RefUnwindSafe for GetHostInput
impl Send for GetHostInput
impl Sync for GetHostInput
impl Unpin for GetHostInput
impl UnwindSafe for GetHostInput
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