pub struct LoggingFtpResponseAllOf {
pub port: Option<String>,
}
Fields§
§port: Option<String>
The port number.
Implementations§
Source§impl LoggingFtpResponseAllOf
impl LoggingFtpResponseAllOf
pub fn new() -> LoggingFtpResponseAllOf
Trait Implementations§
Source§impl Clone for LoggingFtpResponseAllOf
impl Clone for LoggingFtpResponseAllOf
Source§fn clone(&self) -> LoggingFtpResponseAllOf
fn clone(&self) -> LoggingFtpResponseAllOf
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 LoggingFtpResponseAllOf
impl Debug for LoggingFtpResponseAllOf
Source§impl Default for LoggingFtpResponseAllOf
impl Default for LoggingFtpResponseAllOf
Source§fn default() -> LoggingFtpResponseAllOf
fn default() -> LoggingFtpResponseAllOf
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for LoggingFtpResponseAllOf
impl<'de> Deserialize<'de> for LoggingFtpResponseAllOf
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 LoggingFtpResponseAllOf
impl PartialEq for LoggingFtpResponseAllOf
Source§impl Serialize for LoggingFtpResponseAllOf
impl Serialize for LoggingFtpResponseAllOf
impl StructuralPartialEq for LoggingFtpResponseAllOf
Auto Trait Implementations§
impl Freeze for LoggingFtpResponseAllOf
impl RefUnwindSafe for LoggingFtpResponseAllOf
impl Send for LoggingFtpResponseAllOf
impl Sync for LoggingFtpResponseAllOf
impl Unpin for LoggingFtpResponseAllOf
impl UnwindSafe for LoggingFtpResponseAllOf
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