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