pub struct BackendEventId(/* private fields */);
Trait Implementations§
Source§impl Clone for BackendEventId
impl Clone for BackendEventId
Source§fn clone(&self) -> BackendEventId
fn clone(&self) -> BackendEventId
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for BackendEventId
impl Debug for BackendEventId
Source§impl<'de> Deserialize<'de> for BackendEventId
impl<'de> Deserialize<'de> for BackendEventId
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
Source§impl From<BackendEventId> for i64
impl From<BackendEventId> for i64
Source§fn from(id: BackendEventId) -> Self
fn from(id: BackendEventId) -> Self
Converts to this type from the input type.
Source§impl From<i64> for BackendEventId
impl From<i64> for BackendEventId
Source§impl PartialEq for BackendEventId
impl PartialEq for BackendEventId
Source§impl Serialize for BackendEventId
impl Serialize for BackendEventId
Source§impl Structable for BackendEventId
impl Structable for BackendEventId
Source§fn definition(&self) -> StructDef<'_>
fn definition(&self) -> StructDef<'_>
Returns the struct’s definition. Read more
Source§impl Valuable for BackendEventId
impl Valuable for BackendEventId
impl StructuralPartialEq for BackendEventId
Auto Trait Implementations§
impl Freeze for BackendEventId
impl RefUnwindSafe for BackendEventId
impl Send for BackendEventId
impl Sync for BackendEventId
impl Unpin for BackendEventId
impl UnwindSafe for BackendEventId
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