[−][src]Struct radius_parser::FramedCompression
This Attribute indicates a compression protocol to be used for the link. It MAY be used in Access-Accept packets. It MAY be used in an Access-Request packet as a hint to the server that the NAS would prefer to use that compression, but the server is not required to honor the hint.
More than one compression protocol Attribute MAY be sent. It is the responsibility of the NAS to apply the proper compression protocol to appropriate link traffic.
Methods
impl FramedCompression[src]
impl FramedCompressionpub const None: FramedCompression[src]
No compression
pub const TcpIp: FramedCompression[src]
VJ TCP/IP header compression (See RFC1144)
pub const Ipx: FramedCompression[src]
IPX header compression
pub const StaticLzs: FramedCompression[src]
Stac-LZS compression
Trait Implementations
impl PartialEq<FramedCompression> for FramedCompression[src]
impl PartialEq<FramedCompression> for FramedCompressionfn eq(&self, other: &FramedCompression) -> bool | [src] |
fn ne(&self, other: &FramedCompression) -> bool | [src] |
impl Eq for FramedCompression[src]
impl Eq for FramedCompressionimpl Clone for FramedCompression[src]
impl Clone for FramedCompressionfn clone(&self) -> FramedCompression | [src] |
fn clone_from(&mut self, source: &Self) | 1.0.0 [src] |
Performs copy-assignment from source. Read more
impl Copy for FramedCompression[src]
impl Copy for FramedCompressionimpl Debug for FramedCompression[src]
impl Debug for FramedCompressionAuto Trait Implementations
impl Send for FramedCompression
impl Send for FramedCompressionimpl Sync for FramedCompression
impl Sync for FramedCompressionBlanket Implementations
impl<T, U> Into for T where
U: From<T>, [src]
impl<T, U> Into for T where
U: From<T>, impl<T> ToOwned for T where
T: Clone, [src]
impl<T> ToOwned for T where
T: Clone, impl<T> From for T[src]
impl<T> From for Timpl<T, U> TryFrom for T where
T: From<U>, [src]
impl<T, U> TryFrom for T where
T: From<U>, type Error = !
🔬 This is a nightly-only experimental API. (
try_from)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error> | [src] |
impl<T> Borrow for T where
T: ?Sized, [src]
impl<T> Borrow for T where
T: ?Sized, impl<T> Any for T where
T: 'static + ?Sized, [src]
impl<T> Any for T where
T: 'static + ?Sized, fn get_type_id(&self) -> TypeId | [src] |
impl<T, U> TryInto for T where
U: TryFrom<T>, [src]
impl<T, U> TryInto for T where
U: TryFrom<T>, type Error = <U as TryFrom<T>>::Error
🔬 This is a nightly-only experimental API. (
try_from)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error> | [src] |
impl<T> BorrowMut for T where
T: ?Sized, [src]
impl<T> BorrowMut for T where
T: ?Sized, fn borrow_mut(&mut self) -> &mut T | [src] |