pub struct ProxyAuthenticationRequestExtension(/* private fields */);
Expand description
请求代理认证扩展
Implementations§
Source§impl 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§
Source§impl Clone for ProxyAuthenticationRequestExtension
impl Clone for ProxyAuthenticationRequestExtension
Source§fn clone(&self) -> ProxyAuthenticationRequestExtension
fn clone(&self) -> ProxyAuthenticationRequestExtension
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for ProxyAuthenticationRequestExtension
impl RefUnwindSafe for ProxyAuthenticationRequestExtension
impl Send for ProxyAuthenticationRequestExtension
impl Sync for ProxyAuthenticationRequestExtension
impl Unpin for ProxyAuthenticationRequestExtension
impl UnwindSafe for ProxyAuthenticationRequestExtension
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