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