pub struct CodexDeviceStart {
pub device_auth_id: String,
pub user_code: String,
pub interval_s: u64,
}Fields§
§device_auth_id: String§user_code: String§interval_s: u64Trait Implementations§
Source§impl Clone for CodexDeviceStart
impl Clone for CodexDeviceStart
Source§fn clone(&self) -> CodexDeviceStart
fn clone(&self) -> CodexDeviceStart
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for CodexDeviceStart
impl RefUnwindSafe for CodexDeviceStart
impl Send for CodexDeviceStart
impl Sync for CodexDeviceStart
impl Unpin for CodexDeviceStart
impl UnsafeUnpin for CodexDeviceStart
impl UnwindSafe for CodexDeviceStart
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