pub struct GetBoxModelReturnObjectBuilder { /* private fields */ }Expand description
Builder for GetBoxModelReturnObject.
Implementations§
Source§impl GetBoxModelReturnObjectBuilder
impl GetBoxModelReturnObjectBuilder
Sourcepub fn build(
&self,
) -> Result<GetBoxModelReturnObject, GetBoxModelReturnObjectBuilderError>
pub fn build( &self, ) -> Result<GetBoxModelReturnObject, GetBoxModelReturnObjectBuilderError>
Trait Implementations§
Source§impl Clone for GetBoxModelReturnObjectBuilder
impl Clone for GetBoxModelReturnObjectBuilder
Source§fn clone(&self) -> GetBoxModelReturnObjectBuilder
fn clone(&self) -> GetBoxModelReturnObjectBuilder
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 GetBoxModelReturnObjectBuilder
impl RefUnwindSafe for GetBoxModelReturnObjectBuilder
impl Send for GetBoxModelReturnObjectBuilder
impl Sync for GetBoxModelReturnObjectBuilder
impl Unpin for GetBoxModelReturnObjectBuilder
impl UnsafeUnpin for GetBoxModelReturnObjectBuilder
impl UnwindSafe for GetBoxModelReturnObjectBuilder
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