Struct limithub_code_block_sdk::CodeBlockApp
source · pub struct CodeBlockApp { /* private fields */ }
Implementations§
Trait Implementations§
source§impl Clone for CodeBlockApp
impl Clone for CodeBlockApp
source§fn clone(&self) -> CodeBlockApp
fn clone(&self) -> CodeBlockApp
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 CodeBlockApp
impl Debug for CodeBlockApp
Auto Trait Implementations§
impl Freeze for CodeBlockApp
impl RefUnwindSafe for CodeBlockApp
impl Send for CodeBlockApp
impl Sync for CodeBlockApp
impl Unpin for CodeBlockApp
impl UnwindSafe for CodeBlockApp
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