#[non_exhaustive]pub struct SchemaShortInfoResponse { /* private fields */ }
Expand description
Describes a schema in a Fleet Advisor collector inventory.
Implementations§
source§impl SchemaShortInfoResponse
impl SchemaShortInfoResponse
sourcepub fn schema_id(&self) -> Option<&str>
pub fn schema_id(&self) -> Option<&str>
The ID of a schema in a Fleet Advisor collector inventory.
sourcepub fn schema_name(&self) -> Option<&str>
pub fn schema_name(&self) -> Option<&str>
The name of a schema in a Fleet Advisor collector inventory.
sourcepub fn database_id(&self) -> Option<&str>
pub fn database_id(&self) -> Option<&str>
The ID of a database in a Fleet Advisor collector inventory.
sourcepub fn database_name(&self) -> Option<&str>
pub fn database_name(&self) -> Option<&str>
The name of a database in a Fleet Advisor collector inventory.
sourcepub fn database_ip_address(&self) -> Option<&str>
pub fn database_ip_address(&self) -> Option<&str>
The IP address of a database in a Fleet Advisor collector inventory.
source§impl SchemaShortInfoResponse
impl SchemaShortInfoResponse
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SchemaShortInfoResponse
.
Trait Implementations§
source§impl Clone for SchemaShortInfoResponse
impl Clone for SchemaShortInfoResponse
source§fn clone(&self) -> SchemaShortInfoResponse
fn clone(&self) -> SchemaShortInfoResponse
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 SchemaShortInfoResponse
impl Debug for SchemaShortInfoResponse
source§impl PartialEq<SchemaShortInfoResponse> for SchemaShortInfoResponse
impl PartialEq<SchemaShortInfoResponse> for SchemaShortInfoResponse
source§fn eq(&self, other: &SchemaShortInfoResponse) -> bool
fn eq(&self, other: &SchemaShortInfoResponse) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.