pub struct BeatmapsetEvents {
pub events: Vec<BeatmapsetEvent>,
pub reviews_config: BeatmapsetReviewsConfig,
pub users: Vec<User>,
}Fields§
§events: Vec<BeatmapsetEvent>§reviews_config: BeatmapsetReviewsConfig§users: Vec<User>Trait Implementations§
Source§impl Clone for BeatmapsetEvents
impl Clone for BeatmapsetEvents
Source§fn clone(&self) -> BeatmapsetEvents
fn clone(&self) -> BeatmapsetEvents
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 BeatmapsetEvents
impl Debug for BeatmapsetEvents
Source§impl<'de> Deserialize<'de> for BeatmapsetEvents
impl<'de> Deserialize<'de> for BeatmapsetEvents
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 BeatmapsetEvents
impl PartialEq for BeatmapsetEvents
Source§impl Serialize for BeatmapsetEvents
impl Serialize for BeatmapsetEvents
impl StructuralPartialEq for BeatmapsetEvents
Auto Trait Implementations§
impl Freeze for BeatmapsetEvents
impl RefUnwindSafe for BeatmapsetEvents
impl Send for BeatmapsetEvents
impl Sync for BeatmapsetEvents
impl Unpin for BeatmapsetEvents
impl UnwindSafe for BeatmapsetEvents
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