pub struct BearerAuthRequest {
pub token: String,
}
Fields§
§token: String
Auto Trait Implementations§
impl Freeze for BearerAuthRequest
impl RefUnwindSafe for BearerAuthRequest
impl Send for BearerAuthRequest
impl Sync for BearerAuthRequest
impl Unpin for BearerAuthRequest
impl UnwindSafe for BearerAuthRequest
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