pub struct BatchRetrieveObjects {
pub object_ids: Vec<String>,
pub catalog_version: Option<i32>,
pub include_deleted_objects: Option<bool>,
pub include_related_objects: Option<bool>,
}Fields§
§object_ids: Vec<String>§catalog_version: Option<i32>§include_deleted_objects: Option<bool>Trait Implementations§
Source§impl Clone for BatchRetrieveObjects
impl Clone for BatchRetrieveObjects
Source§fn clone(&self) -> BatchRetrieveObjects
fn clone(&self) -> BatchRetrieveObjects
Returns a duplicate of the value. Read more
1.0.0 · 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 BatchRetrieveObjects
impl Debug for BatchRetrieveObjects
Source§impl Default for BatchRetrieveObjects
impl Default for BatchRetrieveObjects
Source§fn default() -> BatchRetrieveObjects
fn default() -> BatchRetrieveObjects
Returns the “default value” for a type. Read more
Source§impl Serialize for BatchRetrieveObjects
impl Serialize for BatchRetrieveObjects
Source§impl Validate for BatchRetrieveObjects
impl Validate for BatchRetrieveObjects
Auto Trait Implementations§
impl Freeze for BatchRetrieveObjects
impl RefUnwindSafe for BatchRetrieveObjects
impl Send for BatchRetrieveObjects
impl Sync for BatchRetrieveObjects
impl Unpin for BatchRetrieveObjects
impl UnwindSafe for BatchRetrieveObjects
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