[−][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]
pub 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 Clone for FramedCompression[src]
fn clone(&self) -> FramedCompression[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl PartialEq<FramedCompression> for FramedCompression[src]
fn eq(&self, other: &FramedCompression) -> bool[src]
fn ne(&self, other: &FramedCompression) -> bool[src]
impl Copy for FramedCompression[src]
impl Eq for FramedCompression[src]
impl Debug for FramedCompression[src]
Auto Trait Implementations
impl Sync for FramedCompression
impl Send for FramedCompression
impl Unpin for FramedCompression
impl RefUnwindSafe for FramedCompression
impl UnwindSafe for FramedCompression
Blanket Implementations
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
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, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
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<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,