pub struct DescribeServerResponse {
pub server: DescribedServer,
}Fields§
§server: DescribedServerAn array containing the properties of a file transfer protocol-enabled server with the ServerID you specified.
Trait Implementations§
Source§impl Clone for DescribeServerResponse
impl Clone for DescribeServerResponse
Source§fn clone(&self) -> DescribeServerResponse
fn clone(&self) -> DescribeServerResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 DescribeServerResponse
impl Debug for DescribeServerResponse
Source§impl Default for DescribeServerResponse
impl Default for DescribeServerResponse
Source§fn default() -> DescribeServerResponse
fn default() -> DescribeServerResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DescribeServerResponse
impl<'de> Deserialize<'de> for DescribeServerResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for DescribeServerResponse
impl PartialEq for DescribeServerResponse
Source§fn eq(&self, other: &DescribeServerResponse) -> bool
fn eq(&self, other: &DescribeServerResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DescribeServerResponse
Auto Trait Implementations§
impl Freeze for DescribeServerResponse
impl RefUnwindSafe for DescribeServerResponse
impl Send for DescribeServerResponse
impl Sync for DescribeServerResponse
impl Unpin for DescribeServerResponse
impl UnsafeUnpin for DescribeServerResponse
impl UnwindSafe for DescribeServerResponse
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