pub struct Codeframe { /* private fields */ }Implementations§
Auto Trait Implementations§
impl Freeze for Codeframe
impl RefUnwindSafe for Codeframe
impl Send for Codeframe
impl Sync for Codeframe
impl Unpin for Codeframe
impl UnsafeUnpin for Codeframe
impl UnwindSafe for Codeframe
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