Enum gio_sys::GIOErrorEnum
[−]
[src]
#[repr(C)]pub enum GIOErrorEnum { Failed, NotFound, Exists, IsDirectory, NotDirectory, NotEmpty, NotRegularFile, NotSymbolicLink, NotMountableFile, FilenameTooLong, InvalidFilename, TooManyLinks, NoSpace, InvalidArgument, PermissionDenied, NotSupported, NotMounted, AlreadyMounted, Closed, Cancelled, Pending, ReadOnly, CantCreateBackup, WrongEtag, TimedOut, WouldRecurse, Busy, WouldBlock, HostNotFound, WouldMerge, FailedHandled, TooManyOpenFiles, NotInitialized, AddressInUse, PartialInput, InvalidData, DbusError, HostUnreachable, NetworkUnreachable, ConnectionRefused, ProxyFailed, ProxyAuthFailed, ProxyNeedAuth, ProxyNotAllowed, BrokenPipe, NotConnected, MessageTooLarge, }
Variants
Failed
NotFound
Exists
IsDirectory
NotDirectory
NotEmpty
NotRegularFile
NotSymbolicLink
NotMountableFile
FilenameTooLong
InvalidFilename
TooManyLinks
NoSpace
InvalidArgument
PermissionDenied
NotSupported
NotMounted
AlreadyMounted
Closed
Cancelled
Pending
ReadOnly
CantCreateBackup
WrongEtag
TimedOut
WouldRecurse
Busy
WouldBlock
HostNotFound
WouldMerge
FailedHandled
TooManyOpenFiles
NotInitialized
AddressInUse
PartialInput
InvalidData
DbusError
HostUnreachable
NetworkUnreachable
ConnectionRefused
ProxyFailed
ProxyAuthFailed
ProxyNeedAuth
ProxyNotAllowed
BrokenPipe
NotConnected
MessageTooLarge
Trait Implementations
impl Clone for GIOErrorEnum
[src]
fn clone(&self) -> GIOErrorEnum
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