pub struct GetApplicationRevisionInput {
pub application_name: String,
pub revision: RevisionLocation,
}
Expand description
Represents the input of a GetApplicationRevision
operation.
Fields§
§application_name: String
The name of the application that corresponds to the revision.
revision: RevisionLocation
Information about the application revision to get, including type and location.
Trait Implementations§
Source§impl Clone for GetApplicationRevisionInput
impl Clone for GetApplicationRevisionInput
Source§fn clone(&self) -> GetApplicationRevisionInput
fn clone(&self) -> GetApplicationRevisionInput
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 GetApplicationRevisionInput
impl Debug for GetApplicationRevisionInput
Source§impl Default for GetApplicationRevisionInput
impl Default for GetApplicationRevisionInput
Source§fn default() -> GetApplicationRevisionInput
fn default() -> GetApplicationRevisionInput
Returns the “default value” for a type. Read more
impl StructuralPartialEq for GetApplicationRevisionInput
Auto Trait Implementations§
impl Freeze for GetApplicationRevisionInput
impl RefUnwindSafe for GetApplicationRevisionInput
impl Send for GetApplicationRevisionInput
impl Sync for GetApplicationRevisionInput
impl Unpin for GetApplicationRevisionInput
impl UnwindSafe for GetApplicationRevisionInput
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