pub struct BatchListObjectParents {
pub max_results: Option<i64>,
pub next_token: Option<String>,
pub object_reference: ObjectReference,
}Fields§
§max_results: Option<i64>§next_token: Option<String>§object_reference: ObjectReferenceTrait Implementations§
Source§impl Clone for BatchListObjectParents
impl Clone for BatchListObjectParents
Source§fn clone(&self) -> BatchListObjectParents
fn clone(&self) -> BatchListObjectParents
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 BatchListObjectParents
impl Debug for BatchListObjectParents
Source§impl Default for BatchListObjectParents
impl Default for BatchListObjectParents
Source§fn default() -> BatchListObjectParents
fn default() -> BatchListObjectParents
Returns the “default value” for a type. Read more
Source§impl PartialEq for BatchListObjectParents
impl PartialEq for BatchListObjectParents
Source§impl Serialize for BatchListObjectParents
impl Serialize for BatchListObjectParents
impl StructuralPartialEq for BatchListObjectParents
Auto Trait Implementations§
impl Freeze for BatchListObjectParents
impl RefUnwindSafe for BatchListObjectParents
impl Send for BatchListObjectParents
impl Sync for BatchListObjectParents
impl Unpin for BatchListObjectParents
impl UnwindSafe for BatchListObjectParents
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