[−][src]Enum ftp_client::status_code::StatusCodeKind
Represent a textual interpretation of a particular status code, most were taken from RFC 959.
Variants
Status code 125
Status code 150
Status code 200
Status code 202
Status code 211,
Status code 214
Status code 215
Status code 220
Status code 221
Status code 226
Status code 230
Status code 227
Status code 229
Status code 250
Status code 257
Status code 331
Status code 350
Status code 500
Status code 504
Status code 550
Status code 553
Status code not expected by any implementation on this crate.
Trait Implementations
impl From<u16> for StatusCodeKind
[src]
fn from(code: u16) -> StatusCodeKind
[src]
impl PartialEq<StatusCodeKind> for StatusCodeKind
[src]
fn eq(&self, other: &StatusCodeKind) -> bool
[src]
#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
impl Debug for StatusCodeKind
[src]
impl StructuralPartialEq for StatusCodeKind
[src]
Auto Trait Implementations
impl Send for StatusCodeKind
impl Sync for StatusCodeKind
impl Unpin for StatusCodeKind
impl UnwindSafe for StatusCodeKind
impl RefUnwindSafe for StatusCodeKind
Blanket Implementations
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> From<T> for T
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,