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