pub struct VmafModelCollection { /* private fields */ }Trait Implementations§
Source§impl Clone for VmafModelCollection
impl Clone for VmafModelCollection
Source§fn clone(&self) -> VmafModelCollection
fn clone(&self) -> VmafModelCollection
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 moreSource§impl Debug for VmafModelCollection
impl Debug for VmafModelCollection
impl Copy for VmafModelCollection
Auto Trait Implementations§
impl Freeze for VmafModelCollection
impl RefUnwindSafe for VmafModelCollection
impl Send for VmafModelCollection
impl Sync for VmafModelCollection
impl Unpin for VmafModelCollection
impl UnwindSafe for VmafModelCollection
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