Struct warg_server::api::v1::RegistryHeader
source · pub struct RegistryHeader(/* private fields */);Expand description
An extractor for the Warg-Registry header. Currently, this server implementation
does not support this header and returns a 501 error.
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for RegistryHeader
impl Send for RegistryHeader
impl Sync for RegistryHeader
impl Unpin for RegistryHeader
impl UnwindSafe for RegistryHeader
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