pub struct BatchGetLinkAttributes {
pub attribute_names: Vec<String>,
pub typed_link_specifier: TypedLinkSpecifier,
}Expand description
Retrieves attributes that are associated with a typed link inside a BatchRead operation. For more information, see GetLinkAttributes and BatchReadRequest$Operations.
Fields§
§attribute_names: Vec<String>A list of attribute names whose values will be retrieved.
typed_link_specifier: TypedLinkSpecifierAllows a typed link specifier to be accepted as input.
Trait Implementations§
Source§impl Clone for BatchGetLinkAttributes
impl Clone for BatchGetLinkAttributes
Source§fn clone(&self) -> BatchGetLinkAttributes
fn clone(&self) -> BatchGetLinkAttributes
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 BatchGetLinkAttributes
impl Debug for BatchGetLinkAttributes
Source§impl Default for BatchGetLinkAttributes
impl Default for BatchGetLinkAttributes
Source§fn default() -> BatchGetLinkAttributes
fn default() -> BatchGetLinkAttributes
Returns the “default value” for a type. Read more
Source§impl PartialEq for BatchGetLinkAttributes
impl PartialEq for BatchGetLinkAttributes
Source§impl Serialize for BatchGetLinkAttributes
impl Serialize for BatchGetLinkAttributes
impl StructuralPartialEq for BatchGetLinkAttributes
Auto Trait Implementations§
impl Freeze for BatchGetLinkAttributes
impl RefUnwindSafe for BatchGetLinkAttributes
impl Send for BatchGetLinkAttributes
impl Sync for BatchGetLinkAttributes
impl Unpin for BatchGetLinkAttributes
impl UnwindSafe for BatchGetLinkAttributes
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