pub struct ElementIdParam {
pub id: u64,
pub version: Option<u64>,
}Fields§
§id: u64§version: Option<u64>Implementations§
Trait Implementations§
Source§impl Debug for ElementIdParam
impl Debug for ElementIdParam
Source§impl Default for ElementIdParam
impl Default for ElementIdParam
Source§fn default() -> ElementIdParam
fn default() -> ElementIdParam
Returns the “default value” for a type. Read more
Source§impl Display for ElementIdParam
impl Display for ElementIdParam
Source§impl PartialEq for ElementIdParam
impl PartialEq for ElementIdParam
impl Eq for ElementIdParam
impl StructuralPartialEq for ElementIdParam
Auto Trait Implementations§
impl Freeze for ElementIdParam
impl RefUnwindSafe for ElementIdParam
impl Send for ElementIdParam
impl Sync for ElementIdParam
impl Unpin for ElementIdParam
impl UnwindSafe for ElementIdParam
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<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.