pub struct GetAttributesReturnObjectBuilder { /* private fields */ }Expand description
Builder for GetAttributesReturnObject.
Implementations§
Source§impl GetAttributesReturnObjectBuilder
impl GetAttributesReturnObjectBuilder
Sourcepub fn attributes(&mut self, value: Vec<String>) -> &mut Self
pub fn attributes(&mut self, value: Vec<String>) -> &mut Self
An interleaved array of node attribute names and values.
Sourcepub fn build(
&self,
) -> Result<GetAttributesReturnObject, GetAttributesReturnObjectBuilderError>
pub fn build( &self, ) -> Result<GetAttributesReturnObject, GetAttributesReturnObjectBuilderError>
Trait Implementations§
Source§impl Clone for GetAttributesReturnObjectBuilder
impl Clone for GetAttributesReturnObjectBuilder
Source§fn clone(&self) -> GetAttributesReturnObjectBuilder
fn clone(&self) -> GetAttributesReturnObjectBuilder
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 moreAuto Trait Implementations§
impl Freeze for GetAttributesReturnObjectBuilder
impl RefUnwindSafe for GetAttributesReturnObjectBuilder
impl Send for GetAttributesReturnObjectBuilder
impl Sync for GetAttributesReturnObjectBuilder
impl Unpin for GetAttributesReturnObjectBuilder
impl UnsafeUnpin for GetAttributesReturnObjectBuilder
impl UnwindSafe for GetAttributesReturnObjectBuilder
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