pub struct TimelineEventId(pub u64);Tuple Fields§
§0: u64Implementations§
Source§impl TimelineEventId
impl TimelineEventId
pub fn into_inner(self) -> u64
Trait Implementations§
Source§impl AsRef<u64> for TimelineEventId
impl AsRef<u64> for TimelineEventId
Source§impl Clone for TimelineEventId
impl Clone for TimelineEventId
Source§fn clone(&self) -> TimelineEventId
fn clone(&self) -> TimelineEventId
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 moreimpl Copy for TimelineEventId
Source§impl Debug for TimelineEventId
impl Debug for TimelineEventId
Source§impl Deref for TimelineEventId
impl Deref for TimelineEventId
Source§impl DerefMut for TimelineEventId
impl DerefMut for TimelineEventId
Source§impl<'de> Deserialize<'de> for TimelineEventId
impl<'de> Deserialize<'de> for TimelineEventId
Source§fn deserialize<D>(
deserializer: D,
) -> Result<TimelineEventId, <D as Deserializer<'de>>::Error>where
D: Deserializer<'de>,
fn deserialize<D>(
deserializer: D,
) -> Result<TimelineEventId, <D as Deserializer<'de>>::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for TimelineEventId
impl Display for TimelineEventId
impl Eq for TimelineEventId
Source§impl From<u64> for TimelineEventId
impl From<u64> for TimelineEventId
Source§fn from(value: u64) -> TimelineEventId
fn from(value: u64) -> TimelineEventId
Converts to this type from the input type.
Source§impl Hash for TimelineEventId
impl Hash for TimelineEventId
Source§impl Ord for TimelineEventId
impl Ord for TimelineEventId
Source§fn cmp(&self, other: &TimelineEventId) -> Ordering
fn cmp(&self, other: &TimelineEventId) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for TimelineEventId
impl PartialEq for TimelineEventId
Source§impl PartialOrd for TimelineEventId
impl PartialOrd for TimelineEventId
Source§impl Serialize for TimelineEventId
impl Serialize for TimelineEventId
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl StructuralPartialEq for TimelineEventId
Auto Trait Implementations§
impl Freeze for TimelineEventId
impl RefUnwindSafe for TimelineEventId
impl Send for TimelineEventId
impl Sync for TimelineEventId
impl Unpin for TimelineEventId
impl UnsafeUnpin for TimelineEventId
impl UnwindSafe for TimelineEventId
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,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
impl<T> ErasedDestructor for Twhere
T: 'static,
Source§impl<T> FromResponse for Twhere
T: DeserializeOwned,
impl<T> FromResponse for Twhere
T: DeserializeOwned,
impl<A, B, T> HttpServerConnExec<A, B> for Twhere
B: Body,
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> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self> ⓘ
fn into_either(self, into_left: bool) -> Either<Self, Self> ⓘ
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self> ⓘ
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self> ⓘ
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§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.