#[repr(C)]pub struct _PGpromptOAuthDevice {
pub verification_uri: *const c_char,
pub user_code: *const c_char,
pub verification_uri_complete: *const c_char,
pub expires_in: c_int,
}Fields§
§verification_uri: *const c_char§user_code: *const c_char§verification_uri_complete: *const c_char§expires_in: c_intTrait Implementations§
Source§impl Clone for _PGpromptOAuthDevice
impl Clone for _PGpromptOAuthDevice
Source§fn clone(&self) -> _PGpromptOAuthDevice
fn clone(&self) -> _PGpromptOAuthDevice
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for _PGpromptOAuthDevice
impl Debug for _PGpromptOAuthDevice
impl Copy for _PGpromptOAuthDevice
Auto Trait Implementations§
impl Freeze for _PGpromptOAuthDevice
impl RefUnwindSafe for _PGpromptOAuthDevice
impl !Send for _PGpromptOAuthDevice
impl !Sync for _PGpromptOAuthDevice
impl Unpin for _PGpromptOAuthDevice
impl UnwindSafe for _PGpromptOAuthDevice
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)