pub struct FeedIndex(/* private fields */);Expand description
Feed index: 8 bytes, big-endian u64. The all-0xff value is a
“before first” sentinel matching bee-js FeedIndex.MINUS_ONE.
Implementations§
Source§impl FeedIndex
impl FeedIndex
Trait Implementations§
Source§impl<'de> Deserialize<'de> for FeedIndex
impl<'de> Deserialize<'de> for FeedIndex
Source§fn deserialize<D: Deserializer<'de>>(d: D) -> Result<Self, D::Error>
fn deserialize<D: Deserializer<'de>>(d: D) -> Result<Self, D::Error>
Deserialize this value from the given Serde deserializer. Read more
impl Copy for FeedIndex
impl Eq for FeedIndex
impl StructuralPartialEq for FeedIndex
Auto Trait Implementations§
impl Freeze for FeedIndex
impl RefUnwindSafe for FeedIndex
impl Send for FeedIndex
impl Sync for FeedIndex
impl Unpin for FeedIndex
impl UnsafeUnpin for FeedIndex
impl UnwindSafe for FeedIndex
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> PolicyExt for Twhere
T: ?Sized,
impl<T> PolicyExt for Twhere
T: ?Sized,
Source§impl<T> ToStringFallible for Twhere
T: Display,
impl<T> ToStringFallible for Twhere
T: Display,
Source§fn try_to_string(&self) -> Result<String, TryReserveError>
fn try_to_string(&self) -> Result<String, TryReserveError>
ToString::to_string, but without panic on OOM.