pub struct ProxyAuthenticationRequestExtension(_);Expand description
请求代理认证扩展
Implementations
sourceimpl ProxyAuthenticationRequestExtension
impl ProxyAuthenticationRequestExtension
sourcepub fn new(value: Authentication) -> Self
pub fn new(value: Authentication) -> Self
创建扩展类型
sourcepub fn get(&self) -> &Authentication
pub fn get(&self) -> &Authentication
获取扩展类型的值
Trait Implementations
sourceimpl Clone for ProxyAuthenticationRequestExtension
impl Clone for ProxyAuthenticationRequestExtension
sourcefn clone(&self) -> ProxyAuthenticationRequestExtension
fn clone(&self) -> ProxyAuthenticationRequestExtension
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations
impl RefUnwindSafe for ProxyAuthenticationRequestExtension
impl Send for ProxyAuthenticationRequestExtension
impl Sync for ProxyAuthenticationRequestExtension
impl Unpin for ProxyAuthenticationRequestExtension
impl UnwindSafe for ProxyAuthenticationRequestExtension
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more