Struct parsec_interface::requests::request::RequestAuth
source · [−]Expand description
Wrapper around the authentication value of a request.
Hides the contents and keeps them immutable.
Fields
buffer: Secret<Vec<u8>>
Buffer holding the authentication token as a byte vector
Implementations
sourceimpl RequestAuth
impl RequestAuth
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more