pub struct EventCoordinate {
pub timeline_id: TimelineId,
pub id: OpaqueEventId,
}
Fields§
§timeline_id: TimelineId
§id: OpaqueEventId
Implementations§
Trait Implementations§
Source§impl Clone for EventCoordinate
impl Clone for EventCoordinate
Source§fn clone(&self) -> EventCoordinate
fn clone(&self) -> EventCoordinate
Returns a copy 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 EventCoordinate
impl Debug for EventCoordinate
Source§impl<'b> Decode<'b> for EventCoordinate
impl<'b> Decode<'b> for EventCoordinate
Source§impl Display for EventCoordinate
impl Display for EventCoordinate
Source§impl Encode for EventCoordinate
impl Encode for EventCoordinate
Source§impl From<EventCoordinate> for AttrVal
impl From<EventCoordinate> for AttrVal
Source§fn from(coord: EventCoordinate) -> Self
fn from(coord: EventCoordinate) -> Self
Converts to this type from the input type.
Source§impl Hash for EventCoordinate
impl Hash for EventCoordinate
Source§impl Ord for EventCoordinate
impl Ord for EventCoordinate
Source§fn cmp(&self, other: &EventCoordinate) -> Ordering
fn cmp(&self, other: &EventCoordinate) -> Ordering
1.21.0 · 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 EventCoordinate
impl PartialEq for EventCoordinate
Source§impl PartialOrd for EventCoordinate
impl PartialOrd for EventCoordinate
Source§impl TryFrom<AttrVal> for EventCoordinate
impl TryFrom<AttrVal> for EventCoordinate
impl Eq for EventCoordinate
impl StructuralPartialEq for EventCoordinate
Auto Trait Implementations§
impl Freeze for EventCoordinate
impl RefUnwindSafe for EventCoordinate
impl Send for EventCoordinate
impl Sync for EventCoordinate
impl Unpin for EventCoordinate
impl UnwindSafe for EventCoordinate
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