Struct aws_sdk_rbin::input::GetRuleInput
source · [−]#[non_exhaustive]pub struct GetRuleInput { /* private fields */ }
Implementations
sourceimpl GetRuleInput
impl GetRuleInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetRule, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetRule, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetRule
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetRuleInput
.
sourceimpl GetRuleInput
impl GetRuleInput
sourcepub fn identifier(&self) -> Option<&str>
pub fn identifier(&self) -> Option<&str>
The unique ID of the retention rule.
Trait Implementations
sourceimpl Clone for GetRuleInput
impl Clone for GetRuleInput
sourcefn clone(&self) -> GetRuleInput
fn clone(&self) -> GetRuleInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for GetRuleInput
impl Debug for GetRuleInput
sourceimpl PartialEq<GetRuleInput> for GetRuleInput
impl PartialEq<GetRuleInput> for GetRuleInput
sourcefn eq(&self, other: &GetRuleInput) -> bool
fn eq(&self, other: &GetRuleInput) -> bool
impl StructuralPartialEq for GetRuleInput
Auto Trait Implementations
impl RefUnwindSafe for GetRuleInput
impl Send for GetRuleInput
impl Sync for GetRuleInput
impl Unpin for GetRuleInput
impl UnwindSafe for GetRuleInput
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