pub struct AdminRunOutput {
pub status: u16,
pub content_type: Option<String>,
pub body: Vec<u8>,
}Fields§
§status: u16§content_type: Option<String>§body: Vec<u8>Auto Trait Implementations§
impl Freeze for AdminRunOutput
impl RefUnwindSafe for AdminRunOutput
impl Send for AdminRunOutput
impl Sync for AdminRunOutput
impl Unpin for AdminRunOutput
impl UnsafeUnpin for AdminRunOutput
impl UnwindSafe for AdminRunOutput
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