pub struct PrefixIdentity {
pub prefix_hash: String,
pub page_id: String,
pub token_start: u64,
pub token_count: u64,
}Fields§
§prefix_hash: String§page_id: String§token_start: u64§token_count: u64Trait Implementations§
Source§impl Clone for PrefixIdentity
impl Clone for PrefixIdentity
Source§fn clone(&self) -> PrefixIdentity
fn clone(&self) -> PrefixIdentity
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 moreSource§impl Debug for PrefixIdentity
impl Debug for PrefixIdentity
impl Eq for PrefixIdentity
Source§impl PartialEq for PrefixIdentity
impl PartialEq for PrefixIdentity
impl StructuralPartialEq for PrefixIdentity
Auto Trait Implementations§
impl Freeze for PrefixIdentity
impl RefUnwindSafe for PrefixIdentity
impl Send for PrefixIdentity
impl Sync for PrefixIdentity
impl Unpin for PrefixIdentity
impl UnsafeUnpin for PrefixIdentity
impl UnwindSafe for PrefixIdentity
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