pub enum MlEstimateModelMemoryParts {
None,
}
Expand description
API parts for the Ml Estimate Model Memory API
Variants§
None
No parts
Implementations§
Trait Implementations§
Source§impl Clone for MlEstimateModelMemoryParts
impl Clone for MlEstimateModelMemoryParts
Source§fn clone(&self) -> MlEstimateModelMemoryParts
fn clone(&self) -> MlEstimateModelMemoryParts
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 moreSource§impl Debug for MlEstimateModelMemoryParts
impl Debug for MlEstimateModelMemoryParts
impl Eq for MlEstimateModelMemoryParts
impl StructuralPartialEq for MlEstimateModelMemoryParts
Auto Trait Implementations§
impl Freeze for MlEstimateModelMemoryParts
impl RefUnwindSafe for MlEstimateModelMemoryParts
impl Send for MlEstimateModelMemoryParts
impl Sync for MlEstimateModelMemoryParts
impl Unpin for MlEstimateModelMemoryParts
impl UnwindSafe for MlEstimateModelMemoryParts
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