Enum ffsend_api::action::password::ChangeError [−][src]
pub enum ChangeError {
Request,
Response(ResponseError),
}Variants
RequestSending the request to change the password failed.
Response(ResponseError)The server responded with an error while changing the file password.
Trait Implementations
impl From<ChangeError> for Error[src]
impl From<ChangeError> for Errorfn from(err: ChangeError) -> Error[src]
fn from(err: ChangeError) -> ErrorPerforms the conversion.
impl Debug for ChangeError[src]
impl Debug for ChangeErrorAuto Trait Implementations
impl Send for ChangeError
impl Send for ChangeErrorimpl Sync for ChangeError
impl Sync for ChangeError