pub struct CreateModelResponseProperties(pub ModelResponseProperties);Tuple Fields§
§0: ModelResponsePropertiesTrait Implementations§
Source§impl Clone for CreateModelResponseProperties
impl Clone for CreateModelResponseProperties
Source§fn clone(&self) -> CreateModelResponseProperties
fn clone(&self) -> CreateModelResponseProperties
Returns a copy 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 CreateModelResponseProperties
impl RefUnwindSafe for CreateModelResponseProperties
impl Send for CreateModelResponseProperties
impl Sync for CreateModelResponseProperties
impl Unpin for CreateModelResponseProperties
impl UnwindSafe for CreateModelResponseProperties
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