pub struct UpdateServerResponse {
pub server_id: String,
}Fields§
§server_id: StringA system-assigned unique identifier for a file transfer protocol-enabled server that the user account is assigned to.
Trait Implementations§
Source§impl Clone for UpdateServerResponse
impl Clone for UpdateServerResponse
Source§fn clone(&self) -> UpdateServerResponse
fn clone(&self) -> UpdateServerResponse
Returns a duplicate 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 UpdateServerResponse
impl Debug for UpdateServerResponse
Source§impl Default for UpdateServerResponse
impl Default for UpdateServerResponse
Source§fn default() -> UpdateServerResponse
fn default() -> UpdateServerResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UpdateServerResponse
impl<'de> Deserialize<'de> for UpdateServerResponse
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 UpdateServerResponse
impl PartialEq for UpdateServerResponse
impl StructuralPartialEq for UpdateServerResponse
Auto Trait Implementations§
impl Freeze for UpdateServerResponse
impl RefUnwindSafe for UpdateServerResponse
impl Send for UpdateServerResponse
impl Sync for UpdateServerResponse
impl Unpin for UpdateServerResponse
impl UnwindSafe for UpdateServerResponse
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