pub struct BatchAttachToIndex {
pub index_reference: ObjectReference,
pub target_reference: ObjectReference,
}Expand description
Attaches the specified object to the specified index inside a BatchRead operation. For more information, see AttachToIndex and BatchReadRequest$Operations.
Fields§
§index_reference: ObjectReferenceA reference to the index that you are attaching the object to.
target_reference: ObjectReferenceA reference to the object that you are attaching to the index.
Trait Implementations§
Source§impl Clone for BatchAttachToIndex
impl Clone for BatchAttachToIndex
Source§fn clone(&self) -> BatchAttachToIndex
fn clone(&self) -> BatchAttachToIndex
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 BatchAttachToIndex
impl Debug for BatchAttachToIndex
Source§impl Default for BatchAttachToIndex
impl Default for BatchAttachToIndex
Source§fn default() -> BatchAttachToIndex
fn default() -> BatchAttachToIndex
Returns the “default value” for a type. Read more
Source§impl PartialEq for BatchAttachToIndex
impl PartialEq for BatchAttachToIndex
Source§impl Serialize for BatchAttachToIndex
impl Serialize for BatchAttachToIndex
impl StructuralPartialEq for BatchAttachToIndex
Auto Trait Implementations§
impl Freeze for BatchAttachToIndex
impl RefUnwindSafe for BatchAttachToIndex
impl Send for BatchAttachToIndex
impl Sync for BatchAttachToIndex
impl Unpin for BatchAttachToIndex
impl UnwindSafe for BatchAttachToIndex
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