#[repr(C)]pub struct ArkWeb_BlanklessInfo {
pub errCode: ArkWeb_BlanklessErrorCode,
pub similarity: f64,
pub loadingTime: i32,
}Available on crate feature
api-20 only.Expand description
Defines the blankless information.
Available since API-level: 20
Fields§
§errCode: ArkWeb_BlanklessErrorCodeThe errCode of the blankless.
similarity: f64The estimated similarity of the history snapshots.
loadingTime: i32The loadingTime of the history loading.
Auto Trait Implementations§
impl Freeze for ArkWeb_BlanklessInfo
Available on crate feature
api-11 only.impl RefUnwindSafe for ArkWeb_BlanklessInfo
Available on crate feature
api-11 only.impl Send for ArkWeb_BlanklessInfo
Available on crate feature
api-11 only.impl Sync for ArkWeb_BlanklessInfo
Available on crate feature
api-11 only.impl Unpin for ArkWeb_BlanklessInfo
Available on crate feature
api-11 only.impl UnsafeUnpin for ArkWeb_BlanklessInfo
Available on crate feature
api-11 only.impl UnwindSafe for ArkWeb_BlanklessInfo
Available on crate feature
api-11 only.Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Available on crate feature api-11 only.
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Available on crate feature
api-11 only.Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more