pub struct JoinedData {
pub tick_id: TickId,
}Fields§
§tick_id: TickIdTrait Implementations§
Source§impl Clone for JoinedData
impl Clone for JoinedData
Source§fn clone(&self) -> JoinedData
fn clone(&self) -> JoinedData
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 moreSource§impl Debug for JoinedData
impl Debug for JoinedData
Source§impl Deserialize for JoinedData
impl Deserialize for JoinedData
fn deserialize(stream: &mut impl ReadOctetStream) -> Result<JoinedData, Error>
impl Eq for JoinedData
Source§impl PartialEq for JoinedData
impl PartialEq for JoinedData
Source§fn eq(&self, other: &JoinedData) -> bool
fn eq(&self, other: &JoinedData) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for JoinedData
impl Serialize for JoinedData
impl StructuralPartialEq for JoinedData
Auto Trait Implementations§
impl Freeze for JoinedData
impl RefUnwindSafe for JoinedData
impl Send for JoinedData
impl Sync for JoinedData
impl Unpin for JoinedData
impl UnsafeUnpin for JoinedData
impl UnwindSafe for JoinedData
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