pub struct ProxyAuthenId {
pub value: u8,
}Fields§
§value: u8Implementations§
Source§impl ProxyAuthenId
impl ProxyAuthenId
pub fn try_read<T>(reader: &mut impl Reader<T>) -> DecodeResult<Self>
Trait Implementations§
Source§impl Clone for ProxyAuthenId
impl Clone for ProxyAuthenId
Source§fn clone(&self) -> ProxyAuthenId
fn clone(&self) -> ProxyAuthenId
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 moreSource§impl Debug for ProxyAuthenId
impl Debug for ProxyAuthenId
Source§impl From<ProxyAuthenId> for AVP
impl From<ProxyAuthenId> for AVP
Source§fn from(v: ProxyAuthenId) -> AVP
fn from(v: ProxyAuthenId) -> AVP
Converts to this type from the input type.
Source§impl From<ProxyAuthenId> for u8
impl From<ProxyAuthenId> for u8
Source§fn from(value: ProxyAuthenId) -> Self
fn from(value: ProxyAuthenId) -> Self
Converts to this type from the input type.
Source§impl From<u8> for ProxyAuthenId
impl From<u8> for ProxyAuthenId
Source§impl PartialEq for ProxyAuthenId
impl PartialEq for ProxyAuthenId
Source§impl TryInto<ProxyAuthenId> for AVP
impl TryInto<ProxyAuthenId> for AVP
impl Copy for ProxyAuthenId
impl Eq for ProxyAuthenId
impl StructuralPartialEq for ProxyAuthenId
Auto Trait Implementations§
impl Freeze for ProxyAuthenId
impl RefUnwindSafe for ProxyAuthenId
impl Send for ProxyAuthenId
impl Sync for ProxyAuthenId
impl Unpin for ProxyAuthenId
impl UnwindSafe for ProxyAuthenId
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