pub struct SchemaChangeJobId(/* private fields */);Expand description
SchemaChangeJobId
Opaque identity for one admitted resumable schema change.
Implementations§
Trait Implementations§
Source§impl CandidType for SchemaChangeJobId
impl CandidType for SchemaChangeJobId
Source§impl Clone for SchemaChangeJobId
impl Clone for SchemaChangeJobId
Source§fn clone(&self) -> SchemaChangeJobId
fn clone(&self) -> SchemaChangeJobId
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 SchemaChangeJobId
Source§impl Debug for SchemaChangeJobId
impl Debug for SchemaChangeJobId
Source§impl<'de> Deserialize<'de> for SchemaChangeJobId
impl<'de> Deserialize<'de> for SchemaChangeJobId
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 SchemaChangeJobId
Source§impl Hash for SchemaChangeJobId
impl Hash for SchemaChangeJobId
Source§impl Ord for SchemaChangeJobId
impl Ord for SchemaChangeJobId
Source§fn cmp(&self, other: &SchemaChangeJobId) -> Ordering
fn cmp(&self, other: &SchemaChangeJobId) -> 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 SchemaChangeJobId
impl PartialEq for SchemaChangeJobId
Source§impl PartialOrd for SchemaChangeJobId
impl PartialOrd for SchemaChangeJobId
impl StructuralPartialEq for SchemaChangeJobId
Auto Trait Implementations§
impl Freeze for SchemaChangeJobId
impl RefUnwindSafe for SchemaChangeJobId
impl Send for SchemaChangeJobId
impl Sync for SchemaChangeJobId
impl Unpin for SchemaChangeJobId
impl UnsafeUnpin for SchemaChangeJobId
impl UnwindSafe for SchemaChangeJobId
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