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