Struct aws_sdk_glue::operation::get_databases::GetDatabasesOutput   
source · #[non_exhaustive]pub struct GetDatabasesOutput { /* private fields */ }Implementations§
source§impl GetDatabasesOutput
 
impl GetDatabasesOutput
sourcepub fn database_list(&self) -> Option<&[Database]>
 
pub fn database_list(&self) -> Option<&[Database]>
A list of Database objects from the specified catalog.
sourcepub fn next_token(&self) -> Option<&str>
 
pub fn next_token(&self) -> Option<&str>
A continuation token for paginating the returned list of tokens, returned if the current segment of the list is not the last.
source§impl GetDatabasesOutput
 
impl GetDatabasesOutput
sourcepub fn builder() -> GetDatabasesOutputBuilder
 
pub fn builder() -> GetDatabasesOutputBuilder
Creates a new builder-style object to manufacture GetDatabasesOutput.
Trait Implementations§
source§impl Clone for GetDatabasesOutput
 
impl Clone for GetDatabasesOutput
source§fn clone(&self) -> GetDatabasesOutput
 
fn clone(&self) -> GetDatabasesOutput
Returns a copy 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 GetDatabasesOutput
 
impl Debug for GetDatabasesOutput
source§impl PartialEq<GetDatabasesOutput> for GetDatabasesOutput
 
impl PartialEq<GetDatabasesOutput> for GetDatabasesOutput
source§fn eq(&self, other: &GetDatabasesOutput) -> bool
 
fn eq(&self, other: &GetDatabasesOutput) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.source§impl RequestId for GetDatabasesOutput
 
impl RequestId for GetDatabasesOutput
source§fn request_id(&self) -> Option<&str>
 
fn request_id(&self) -> Option<&str>
Returns the request ID, or 
None if the service could not be reached.impl StructuralPartialEq for GetDatabasesOutput
Auto Trait Implementations§
impl RefUnwindSafe for GetDatabasesOutput
impl Send for GetDatabasesOutput
impl Sync for GetDatabasesOutput
impl Unpin for GetDatabasesOutput
impl UnwindSafe for GetDatabasesOutput
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