[−][src]Struct parsec_interface::requests::request::RequestAuth
Wrapper around the authentication value of a request.
Hides the contents and keeps them immutable.
Methods
impl RequestAuth
[src]
pub fn from_bytes(bytes: Vec<u8>) -> RequestAuth
[src]
Create a RequestAuth
from a vector of bytes.
pub fn bytes(&self) -> &[u8]
[src]
Get the auth as a slice of bytes.
pub fn len(&self) -> usize
[src]
Get the size of the auth field.
pub fn is_empty(&self) -> bool
[src]
Check if auth field is empty.
Trait Implementations
impl Clone for RequestAuth
[src]
fn clone(&self) -> RequestAuth
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Debug for RequestAuth
[src]
impl Default for RequestAuth
[src]
fn default() -> RequestAuth
[src]
impl PartialEq<RequestAuth> for RequestAuth
[src]
fn eq(&self, other: &RequestAuth) -> bool
[src]
fn ne(&self, other: &RequestAuth) -> bool
[src]
impl StructuralPartialEq for RequestAuth
[src]
Auto Trait Implementations
impl RefUnwindSafe for RequestAuth
impl Send for RequestAuth
impl Sync for RequestAuth
impl Unpin for RequestAuth
impl UnwindSafe for RequestAuth
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &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> 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, 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>,