pub struct SocialDraftStatusParams {
pub draft_id: String,
}Expand description
Parameters for the draft_status operation.
Fields§
§draft_id: StringPlatform-specific draft ID returned by create_draft or create_scheduled.
Trait Implementations§
Source§impl Debug for SocialDraftStatusParams
impl Debug for SocialDraftStatusParams
Source§impl<'de> Deserialize<'de> for SocialDraftStatusParams
impl<'de> Deserialize<'de> for SocialDraftStatusParams
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
Source§impl PartialEq for SocialDraftStatusParams
impl PartialEq for SocialDraftStatusParams
Source§impl Serialize for SocialDraftStatusParams
impl Serialize for SocialDraftStatusParams
impl StructuralPartialEq for SocialDraftStatusParams
Auto Trait Implementations§
impl Freeze for SocialDraftStatusParams
impl RefUnwindSafe for SocialDraftStatusParams
impl Send for SocialDraftStatusParams
impl Sync for SocialDraftStatusParams
impl Unpin for SocialDraftStatusParams
impl UnsafeUnpin for SocialDraftStatusParams
impl UnwindSafe for SocialDraftStatusParams
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