#[non_exhaustive]pub struct ServerShortInfoResponse { /* private fields */ }
Expand description
Describes a server in a Fleet Advisor collector inventory.
Implementations§
source§impl ServerShortInfoResponse
impl ServerShortInfoResponse
sourcepub fn server_id(&self) -> Option<&str>
pub fn server_id(&self) -> Option<&str>
The ID of a server in a Fleet Advisor collector inventory.
sourcepub fn ip_address(&self) -> Option<&str>
pub fn ip_address(&self) -> Option<&str>
The IP address of a server in a Fleet Advisor collector inventory.
sourcepub fn server_name(&self) -> Option<&str>
pub fn server_name(&self) -> Option<&str>
The name address of a server in a Fleet Advisor collector inventory.
source§impl ServerShortInfoResponse
impl ServerShortInfoResponse
sourcepub fn builder() -> ServerShortInfoResponseBuilder
pub fn builder() -> ServerShortInfoResponseBuilder
Creates a new builder-style object to manufacture ServerShortInfoResponse
.
Trait Implementations§
source§impl Clone for ServerShortInfoResponse
impl Clone for ServerShortInfoResponse
source§fn clone(&self) -> ServerShortInfoResponse
fn clone(&self) -> ServerShortInfoResponse
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 ServerShortInfoResponse
impl Debug for ServerShortInfoResponse
source§impl PartialEq<ServerShortInfoResponse> for ServerShortInfoResponse
impl PartialEq<ServerShortInfoResponse> for ServerShortInfoResponse
source§fn eq(&self, other: &ServerShortInfoResponse) -> bool
fn eq(&self, other: &ServerShortInfoResponse) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ServerShortInfoResponse
Auto Trait Implementations§
impl RefUnwindSafe for ServerShortInfoResponse
impl Send for ServerShortInfoResponse
impl Sync for ServerShortInfoResponse
impl Unpin for ServerShortInfoResponse
impl UnwindSafe for ServerShortInfoResponse
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