logo
pub struct BatchWriteOperationResponse {
Show 15 fields pub add_facet_to_object: Option<BatchAddFacetToObjectResponse>, pub attach_object: Option<BatchAttachObjectResponse>, pub attach_policy: Option<BatchAttachPolicyResponse>, pub attach_to_index: Option<BatchAttachToIndexResponse>, pub attach_typed_link: Option<BatchAttachTypedLinkResponse>, pub create_index: Option<BatchCreateIndexResponse>, pub create_object: Option<BatchCreateObjectResponse>, pub delete_object: Option<BatchDeleteObjectResponse>, pub detach_from_index: Option<BatchDetachFromIndexResponse>, pub detach_object: Option<BatchDetachObjectResponse>, pub detach_policy: Option<BatchDetachPolicyResponse>, pub detach_typed_link: Option<BatchDetachTypedLinkResponse>, pub remove_facet_from_object: Option<BatchRemoveFacetFromObjectResponse>, pub update_link_attributes: Option<BatchUpdateLinkAttributesResponse>, pub update_object_attributes: Option<BatchUpdateObjectAttributesResponse>,
}
Expand description

Represents the output of a BatchWrite response operation.

Fields

add_facet_to_object: Option<BatchAddFacetToObjectResponse>

The result of an add facet to object batch operation.

attach_object: Option<BatchAttachObjectResponse>

Attaches an object to a Directory.

attach_policy: Option<BatchAttachPolicyResponse>

Attaches a policy object to a regular object. An object can have a limited number of attached policies.

attach_to_index: Option<BatchAttachToIndexResponse>

Attaches the specified object to the specified index.

attach_typed_link: Option<BatchAttachTypedLinkResponse>

Attaches a typed link to a specified source and target object. For more information, see Typed Links.

create_index: Option<BatchCreateIndexResponse>

Creates an index object. See Indexing and search for more information.

create_object: Option<BatchCreateObjectResponse>

Creates an object in a Directory.

delete_object: Option<BatchDeleteObjectResponse>

Deletes an object in a Directory.

detach_from_index: Option<BatchDetachFromIndexResponse>

Detaches the specified object from the specified index.

detach_object: Option<BatchDetachObjectResponse>

Detaches an object from a Directory.

detach_policy: Option<BatchDetachPolicyResponse>

Detaches a policy from a Directory.

detach_typed_link: Option<BatchDetachTypedLinkResponse>

Detaches a typed link from a specified source and target object. For more information, see Typed Links.

remove_facet_from_object: Option<BatchRemoveFacetFromObjectResponse>

The result of a batch remove facet from object operation.

update_link_attributes: Option<BatchUpdateLinkAttributesResponse>

Represents the output of a BatchWrite response operation.

update_object_attributes: Option<BatchUpdateObjectAttributesResponse>

Updates a given object’s attributes.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Deserialize this value from the given Serde deserializer. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Should always be Self

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more