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