Struct cassandra_cpp::Uuid [−][src]
pub struct Uuid(_);
Expand description
Version 1 (time-based) or version 4 (random) UUID.
Implementations
impl Uuid[src]
impl Uuid[src]pub fn min_from_time(&mut self, time: u64)[src]
pub fn min_from_time(&mut self, time: u64)[src]Generates a V1 (time) UUID for the specified time.
pub fn max_from_time(&mut self, time: u64)[src]
pub fn max_from_time(&mut self, time: u64)[src]Sets the UUID to the minimum V1 (time) value for the specified tim
Trait Implementations
impl AsRustType<Uuid> for Row<'_>[src]
impl AsRustType<Uuid> for Row<'_>[src]impl BindRustType<Uuid> for Statement[src]
impl BindRustType<Uuid> for Statement[src]impl Ord for Uuid[src]
impl Ord for Uuid[src]impl PartialOrd<Uuid> for Uuid[src]
impl PartialOrd<Uuid> for Uuid[src]fn partial_cmp(&self, other: &Uuid) -> Option<Ordering>[src]
fn partial_cmp(&self, other: &Uuid) -> Option<Ordering>[src]This method returns an ordering between self and other values if one exists. Read more
#[must_use]fn lt(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]fn lt(&self, other: &Rhs) -> bool1.0.0[src]This method tests less than (for self and other) and is used by the < operator. Read more
#[must_use]fn le(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]fn le(&self, other: &Rhs) -> bool1.0.0[src]This method tests less than or equal to (for self and other) and is used by the <=
operator. Read more
impl Copy for Uuid[src]
impl Eq for Uuid[src]
Auto Trait Implementations
impl RefUnwindSafe for Uuid
impl Send for Uuid
impl Sync for Uuid
impl Unpin for Uuid
impl UnwindSafe for Uuid
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]
pub fn borrow_mut(&mut self) -> &mut T[src]Mutably borrows from an owned value. Read more
impl<T> ToOwned for T where
T: Clone, [src]
impl<T> ToOwned for T where
T: Clone, [src]type Owned = T
type Owned = TThe resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn to_owned(&self) -> T[src]Creates owned data from borrowed data, usually by cloning. Read more
pub fn clone_into(&self, target: &mut T)[src]
pub fn clone_into(&self, target: &mut T)[src]🔬 This is a nightly-only experimental API. (toowned_clone_into)
recently added
Uses borrowed data to replace owned data, usually by cloning. Read more
impl<T> SendSyncUnwindSafe for T where
T: Send + Sync + UnwindSafe + ?Sized, [src]
T: Send + Sync + UnwindSafe + ?Sized,