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