pub struct BatchGetObjectInformation {
pub object_reference: ObjectReference,
}Expand description
Retrieves metadata about an object inside a BatchRead operation. For more information, see GetObjectInformation and BatchReadRequest$Operations.
Fields§
§object_reference: ObjectReferenceA reference to the object.
Trait Implementations§
Source§impl Clone for BatchGetObjectInformation
impl Clone for BatchGetObjectInformation
Source§fn clone(&self) -> BatchGetObjectInformation
fn clone(&self) -> BatchGetObjectInformation
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 BatchGetObjectInformation
impl Debug for BatchGetObjectInformation
Source§impl Default for BatchGetObjectInformation
impl Default for BatchGetObjectInformation
Source§fn default() -> BatchGetObjectInformation
fn default() -> BatchGetObjectInformation
Returns the “default value” for a type. Read more
impl StructuralPartialEq for BatchGetObjectInformation
Auto Trait Implementations§
impl Freeze for BatchGetObjectInformation
impl RefUnwindSafe for BatchGetObjectInformation
impl Send for BatchGetObjectInformation
impl Sync for BatchGetObjectInformation
impl Unpin for BatchGetObjectInformation
impl UnwindSafe for BatchGetObjectInformation
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