pub struct AddBuilder { /* private fields */ }Implementations§
Source§impl AddBuilder
impl AddBuilder
pub const fn new() -> Self
pub const fn with_allow_partial(self, allow_partial: bool) -> Self
pub fn with_create_objs(self, create_objs: Vec<CreateObjectBuilder>) -> Self
pub fn build(self) -> Result<Body>
Trait Implementations§
Source§impl Clone for AddBuilder
impl Clone for AddBuilder
Source§fn clone(&self) -> AddBuilder
fn clone(&self) -> AddBuilder
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 AddBuilder
impl RefUnwindSafe for AddBuilder
impl Send for AddBuilder
impl Sync for AddBuilder
impl Unpin for AddBuilder
impl UnwindSafe for AddBuilder
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