pub enum Successful {
Ok = 200,
Created = 201,
Accepted = 202,
NonAuthorativeInformation = 203,
NoContent = 204,
ResetContent = 205,
PartialContent = 206,
WebDavMultiStatus = 207,
WebDavAlreadyReported = 208,
DeltaImUsed = 226,
}
Variants§
Ok = 200
Created = 201
Accepted = 202
NonAuthorativeInformation = 203
NoContent = 204
ResetContent = 205
PartialContent = 206
WebDavMultiStatus = 207
WebDavAlreadyReported = 208
DeltaImUsed = 226
Auto Trait Implementations§
impl Freeze for Successful
impl RefUnwindSafe for Successful
impl Send for Successful
impl Sync for Successful
impl Unpin for Successful
impl UnwindSafe for Successful
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more