Enum csfml_network_sys::sfFtpStatus
[−]
[src]
#[repr(u32)]pub enum sfFtpStatus { sfFtpRestartMarkerReply, sfFtpServiceReadySoon, sfFtpDataConnectionAlreadyOpened, sfFtpOpeningDataConnection, sfFtpOk, sfFtpPointlessCommand, sfFtpSystemStatus, sfFtpDirectoryStatus, sfFtpFileStatus, sfFtpHelpMessage, sfFtpSystemType, sfFtpServiceReady, sfFtpClosingConnection, sfFtpDataConnectionOpened, sfFtpClosingDataConnection, sfFtpEnteringPassiveMode, sfFtpLoggedIn, sfFtpFileActionOk, sfFtpDirectoryOk, sfFtpNeedPassword, sfFtpNeedAccountToLogIn, sfFtpNeedInformation, sfFtpServiceUnavailable, sfFtpDataConnectionUnavailable, sfFtpTransferAborted, sfFtpFileActionAborted, sfFtpLocalError, sfFtpInsufficientStorageSpace, sfFtpCommandUnknown, sfFtpParametersUnknown, sfFtpCommandNotImplemented, sfFtpBadCommandSequence, sfFtpParameterNotImplemented, sfFtpNotLoggedIn, sfFtpNeedAccountToStore, sfFtpFileUnavailable, sfFtpPageTypeUnknown, sfFtpNotEnoughMemory, sfFtpFilenameNotAllowed, sfFtpInvalidResponse, sfFtpConnectionFailed, sfFtpConnectionClosed, sfFtpInvalidFile, }
Variants
sfFtpRestartMarkerReplysfFtpServiceReadySoonsfFtpDataConnectionAlreadyOpenedsfFtpOpeningDataConnectionsfFtpOksfFtpPointlessCommandsfFtpSystemStatussfFtpDirectoryStatussfFtpFileStatussfFtpHelpMessagesfFtpSystemTypesfFtpServiceReadysfFtpClosingConnectionsfFtpDataConnectionOpenedsfFtpClosingDataConnectionsfFtpEnteringPassiveModesfFtpLoggedInsfFtpFileActionOksfFtpDirectoryOksfFtpNeedPasswordsfFtpNeedAccountToLogInsfFtpNeedInformationsfFtpTransferAbortedsfFtpFileActionAbortedsfFtpLocalErrorsfFtpInsufficientStorageSpacesfFtpCommandUnknownsfFtpParametersUnknownsfFtpCommandNotImplementedsfFtpBadCommandSequencesfFtpParameterNotImplementedsfFtpNotLoggedInsfFtpNeedAccountToStoresfFtpPageTypeUnknownsfFtpNotEnoughMemorysfFtpFilenameNotAllowedsfFtpInvalidResponsesfFtpConnectionFailedsfFtpConnectionClosedsfFtpInvalidFileTrait Implementations
impl Debug for sfFtpStatus[src]
impl Copy for sfFtpStatus[src]
impl Clone for sfFtpStatus[src]
fn clone(&self) -> sfFtpStatus
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl PartialEq for sfFtpStatus[src]
fn eq(&self, __arg_0: &sfFtpStatus) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0
This method tests for !=.