pub struct UserAuthTokenFileContents {
pub auth_token: AuthToken,
}
Fields§
§auth_token: AuthToken
Auto Trait Implementations§
impl RefUnwindSafe for UserAuthTokenFileContents
impl Send for UserAuthTokenFileContents
impl Sync for UserAuthTokenFileContents
impl Unpin for UserAuthTokenFileContents
impl UnwindSafe for UserAuthTokenFileContents
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