pub struct FlipResetTuningReplay {
pub replay_id: String,
pub replay_path: String,
pub exact_dodge_refresh_count: usize,
pub date: Option<String>,
pub title: Option<String>,
pub uploader: Option<String>,
pub player_names: Vec<String>,
}Fields§
§replay_id: String§replay_path: String§exact_dodge_refresh_count: usize§date: Option<String>§title: Option<String>§uploader: Option<String>§player_names: Vec<String>Implementations§
Source§impl FlipResetTuningReplay
impl FlipResetTuningReplay
pub fn replay_path_from_manifest(&self, manifest_path: &Path) -> PathBuf
Trait Implementations§
Source§impl Clone for FlipResetTuningReplay
impl Clone for FlipResetTuningReplay
Source§fn clone(&self) -> FlipResetTuningReplay
fn clone(&self) -> FlipResetTuningReplay
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 FlipResetTuningReplay
impl Debug for FlipResetTuningReplay
Source§impl<'de> Deserialize<'de> for FlipResetTuningReplay
impl<'de> Deserialize<'de> for FlipResetTuningReplay
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 PartialEq for FlipResetTuningReplay
impl PartialEq for FlipResetTuningReplay
Source§impl Serialize for FlipResetTuningReplay
impl Serialize for FlipResetTuningReplay
impl Eq for FlipResetTuningReplay
impl StructuralPartialEq for FlipResetTuningReplay
Auto Trait Implementations§
impl Freeze for FlipResetTuningReplay
impl RefUnwindSafe for FlipResetTuningReplay
impl Send for FlipResetTuningReplay
impl Sync for FlipResetTuningReplay
impl Unpin for FlipResetTuningReplay
impl UnsafeUnpin for FlipResetTuningReplay
impl UnwindSafe for FlipResetTuningReplay
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