pub struct MarkPostingsRequestContent {
pub posting_ids: Vec<i64>,
}Fields§
§posting_ids: Vec<i64>Trait Implementations§
Source§impl Clone for MarkPostingsRequestContent
impl Clone for MarkPostingsRequestContent
Source§fn clone(&self) -> MarkPostingsRequestContent
fn clone(&self) -> MarkPostingsRequestContent
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 Debug for MarkPostingsRequestContent
impl Debug for MarkPostingsRequestContent
Source§impl Default for MarkPostingsRequestContent
impl Default for MarkPostingsRequestContent
Source§fn default() -> MarkPostingsRequestContent
fn default() -> MarkPostingsRequestContent
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for MarkPostingsRequestContent
impl<'de> Deserialize<'de> for MarkPostingsRequestContent
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 MarkPostingsRequestContent
Auto Trait Implementations§
impl Freeze for MarkPostingsRequestContent
impl RefUnwindSafe for MarkPostingsRequestContent
impl Send for MarkPostingsRequestContent
impl Sync for MarkPostingsRequestContent
impl Unpin for MarkPostingsRequestContent
impl UnsafeUnpin for MarkPostingsRequestContent
impl UnwindSafe for MarkPostingsRequestContent
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