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