Struct aws_sdk_keyspaces::input::GetKeyspaceInput
source · [−]#[non_exhaustive]pub struct GetKeyspaceInput { /* private fields */ }
Implementations
sourceimpl GetKeyspaceInput
impl GetKeyspaceInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetKeyspace, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetKeyspace, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetKeyspace
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetKeyspaceInput
.
sourceimpl GetKeyspaceInput
impl GetKeyspaceInput
sourcepub fn keyspace_name(&self) -> Option<&str>
pub fn keyspace_name(&self) -> Option<&str>
The name of the keyspace.
Trait Implementations
sourceimpl Clone for GetKeyspaceInput
impl Clone for GetKeyspaceInput
sourcefn clone(&self) -> GetKeyspaceInput
fn clone(&self) -> GetKeyspaceInput
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 GetKeyspaceInput
impl Debug for GetKeyspaceInput
sourceimpl PartialEq<GetKeyspaceInput> for GetKeyspaceInput
impl PartialEq<GetKeyspaceInput> for GetKeyspaceInput
sourcefn eq(&self, other: &GetKeyspaceInput) -> bool
fn eq(&self, other: &GetKeyspaceInput) -> bool
impl StructuralPartialEq for GetKeyspaceInput
Auto Trait Implementations
impl RefUnwindSafe for GetKeyspaceInput
impl Send for GetKeyspaceInput
impl Sync for GetKeyspaceInput
impl Unpin for GetKeyspaceInput
impl UnwindSafe for GetKeyspaceInput
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