pub struct SolveContext {
pub url: String,
pub app_id: PxAppId,
pub fingerprint: Fingerprint,
}Fields§
§url: String§app_id: PxAppId§fingerprint: FingerprintImplementations§
Source§impl SolveContext
impl SolveContext
Trait Implementations§
Source§impl Clone for SolveContext
impl Clone for SolveContext
Source§fn clone(&self) -> SolveContext
fn clone(&self) -> SolveContext
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 SolveContext
impl RefUnwindSafe for SolveContext
impl Send for SolveContext
impl Sync for SolveContext
impl Unpin for SolveContext
impl UnsafeUnpin for SolveContext
impl UnwindSafe for SolveContext
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