pub struct PlatformAuth {
pub username: String,
pub proof_url: String,
}Fields§
§username: String§proof_url: StringAuto Trait Implementations§
impl Freeze for PlatformAuth
impl RefUnwindSafe for PlatformAuth
impl Send for PlatformAuth
impl Sync for PlatformAuth
impl Unpin for PlatformAuth
impl UnsafeUnpin for PlatformAuth
impl UnwindSafe for PlatformAuth
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