pub struct GetBoxModelReturnsBuilder { /* private fields */ }Implementations§
Source§impl GetBoxModelReturnsBuilder
impl GetBoxModelReturnsBuilder
pub fn build(self) -> GetBoxModelReturns
Auto Trait Implementations§
impl Freeze for GetBoxModelReturnsBuilder
impl RefUnwindSafe for GetBoxModelReturnsBuilder
impl Send for GetBoxModelReturnsBuilder
impl Sync for GetBoxModelReturnsBuilder
impl Unpin for GetBoxModelReturnsBuilder
impl UnsafeUnpin for GetBoxModelReturnsBuilder
impl UnwindSafe for GetBoxModelReturnsBuilder
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