pub struct JoinedData {
pub tick_id: TickId,
}
Fields§
§tick_id: TickId
Trait Implementations§
Source§impl Clone for JoinedData
impl Clone for JoinedData
Source§fn clone(&self) -> JoinedData
fn clone(&self) -> JoinedData
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 JoinedData
impl Debug for JoinedData
Source§impl Deserialize for JoinedData
impl Deserialize for JoinedData
fn deserialize(stream: &mut impl ReadOctetStream) -> Result<JoinedData, Error>
Source§impl PartialEq for JoinedData
impl PartialEq for JoinedData
Source§impl Serialize for JoinedData
impl Serialize for JoinedData
impl Eq 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 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