pub struct LocalModel { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for LocalModel
impl Clone for LocalModel
Source§fn clone(&self) -> LocalModel
fn clone(&self) -> LocalModel
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 LocalModel
impl Debug for LocalModel
impl Eq for LocalModel
Source§impl PartialEq for LocalModel
impl PartialEq for LocalModel
impl StructuralPartialEq for LocalModel
Auto Trait Implementations§
impl Freeze for LocalModel
impl RefUnwindSafe for LocalModel
impl Send for LocalModel
impl Sync for LocalModel
impl Unpin for LocalModel
impl UnsafeUnpin for LocalModel
impl UnwindSafe for LocalModel
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