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