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