pub struct RedditApiPostDeleteSrBannerRequestOutBody {
pub body: Value,
}Fields§
§body: ValueTrait Implementations§
Auto Trait Implementations§
impl Freeze for RedditApiPostDeleteSrBannerRequestOutBody
impl RefUnwindSafe for RedditApiPostDeleteSrBannerRequestOutBody
impl Send for RedditApiPostDeleteSrBannerRequestOutBody
impl Sync for RedditApiPostDeleteSrBannerRequestOutBody
impl Unpin for RedditApiPostDeleteSrBannerRequestOutBody
impl UnsafeUnpin for RedditApiPostDeleteSrBannerRequestOutBody
impl UnwindSafe for RedditApiPostDeleteSrBannerRequestOutBody
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