pub struct NotesList(/* private fields */);Expand description
Struct for the release notes API for Toontown Rewritten. It does not have any formal documentation. You can find it at https://www.toontownrewritten.com/api/releasenotes.
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for NotesList
impl<'de> Deserialize<'de> for NotesList
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
Auto Trait Implementations§
impl Freeze for NotesList
impl RefUnwindSafe for NotesList
impl Send for NotesList
impl Sync for NotesList
impl Unpin for NotesList
impl UnwindSafe for NotesList
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