pub struct DocId(/* private fields */);
Expand description
A newtype wrapper representing a valid (non-zero) Xapian document ID
Implementations§
Trait Implementations§
Source§impl From<DocId> for NonZeroU32
impl From<DocId> for NonZeroU32
Source§impl FromIterator<DocId> for RSet
impl FromIterator<DocId> for RSet
impl Copy for DocId
Auto Trait Implementations§
impl Freeze for DocId
impl RefUnwindSafe for DocId
impl Send for DocId
impl Sync for DocId
impl Unpin for DocId
impl UnwindSafe for DocId
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