pub enum ResponseInner {
Status {
status_code: StatusCode,
err_msg: ErrMsg,
},
Handle(HandleOwned),
Name(Box<[NameEntry]>),
Attrs(FileAttrs),
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ResponseInner
impl RefUnwindSafe for ResponseInner
impl Send for ResponseInner
impl Sync for ResponseInner
impl Unpin for ResponseInner
impl UnwindSafe for ResponseInner
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