pub struct RedditApiPostUnspoilerRequestInBody {
pub body: Value,
}Fields§
§body: ValueTrait Implementations§
Source§impl<'de> Deserialize<'de> for RedditApiPostUnspoilerRequestInBody
impl<'de> Deserialize<'de> for RedditApiPostUnspoilerRequestInBody
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 RedditApiPostUnspoilerRequestInBody
impl RefUnwindSafe for RedditApiPostUnspoilerRequestInBody
impl Send for RedditApiPostUnspoilerRequestInBody
impl Sync for RedditApiPostUnspoilerRequestInBody
impl Unpin for RedditApiPostUnspoilerRequestInBody
impl UnsafeUnpin for RedditApiPostUnspoilerRequestInBody
impl UnwindSafe for RedditApiPostUnspoilerRequestInBody
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