pub struct StreamRevision(pub u64);Tuple Fields§
§0: u64Trait Implementations§
Source§impl Clone for StreamRevision
impl Clone for StreamRevision
Source§fn clone(&self) -> StreamRevision
fn clone(&self) -> StreamRevision
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 StreamRevision
Source§impl Debug for StreamRevision
impl Debug for StreamRevision
Source§impl Default for StreamRevision
impl Default for StreamRevision
Source§fn default() -> StreamRevision
fn default() -> StreamRevision
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for StreamRevision
impl<'de> Deserialize<'de> for StreamRevision
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for StreamRevision
Source§impl Hash for StreamRevision
impl Hash for StreamRevision
Source§impl Ord for StreamRevision
impl Ord for StreamRevision
Source§fn cmp(&self, other: &StreamRevision) -> Ordering
fn cmp(&self, other: &StreamRevision) -> 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 StreamRevision
impl PartialEq for StreamRevision
Source§impl PartialOrd for StreamRevision
impl PartialOrd for StreamRevision
Source§impl Serialize for StreamRevision
impl Serialize for StreamRevision
impl StructuralPartialEq for StreamRevision
Auto Trait Implementations§
impl Freeze for StreamRevision
impl RefUnwindSafe for StreamRevision
impl Send for StreamRevision
impl Sync for StreamRevision
impl Unpin for StreamRevision
impl UnsafeUnpin for StreamRevision
impl UnwindSafe for StreamRevision
Blanket Implementations§
impl<T> Body for T
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