pub struct SchedulePostingsBubbleUpRequestContent {
pub posting_ids: Vec<i64>,
pub slot: String,
pub date: Option<String>,
}Fields§
§posting_ids: Vec<i64>§slot: String§date: Option<String>Trait Implementations§
Source§impl Clone for SchedulePostingsBubbleUpRequestContent
impl Clone for SchedulePostingsBubbleUpRequestContent
Source§fn clone(&self) -> SchedulePostingsBubbleUpRequestContent
fn clone(&self) -> SchedulePostingsBubbleUpRequestContent
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for SchedulePostingsBubbleUpRequestContent
impl Default for SchedulePostingsBubbleUpRequestContent
Source§fn default() -> SchedulePostingsBubbleUpRequestContent
fn default() -> SchedulePostingsBubbleUpRequestContent
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SchedulePostingsBubbleUpRequestContent
impl<'de> Deserialize<'de> for SchedulePostingsBubbleUpRequestContent
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
impl StructuralPartialEq for SchedulePostingsBubbleUpRequestContent
Auto Trait Implementations§
impl Freeze for SchedulePostingsBubbleUpRequestContent
impl RefUnwindSafe for SchedulePostingsBubbleUpRequestContent
impl Send for SchedulePostingsBubbleUpRequestContent
impl Sync for SchedulePostingsBubbleUpRequestContent
impl Unpin for SchedulePostingsBubbleUpRequestContent
impl UnsafeUnpin for SchedulePostingsBubbleUpRequestContent
impl UnwindSafe for SchedulePostingsBubbleUpRequestContent
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