Enum cargo::sources::registry::http_remote::StatusCode
source · enum StatusCode {
Success,
NotModified,
NotFound,
Unauthorized,
}
Variants§
Auto Trait Implementations§
impl RefUnwindSafe for StatusCode
impl Send for StatusCode
impl Sync for StatusCode
impl Unpin for StatusCode
impl UnwindSafe for StatusCode
Blanket Implementations§
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference’s “Type Layout” chapter for details on type layout guarantees.
Size: 1 byte
Size for each variant:
Success
: 0 bytesNotModified
: 0 bytesNotFound
: 0 bytesUnauthorized
: 0 bytes