pub struct InlineCode1(/* private fields */);Trait Implementations§
Source§impl Clone for InlineCode1
impl Clone for InlineCode1
Source§fn clone(&self) -> InlineCode1
fn clone(&self) -> InlineCode1
Returns a duplicate 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 InlineCode1
impl Debug for InlineCode1
Source§impl Hash for InlineCode1
impl Hash for InlineCode1
Source§impl PartialEq for InlineCode1
impl PartialEq for InlineCode1
Source§impl TerminalHandle for InlineCode1
impl TerminalHandle for InlineCode1
impl Copy for InlineCode1
impl Eq for InlineCode1
impl StructuralPartialEq for InlineCode1
Auto Trait Implementations§
impl Freeze for InlineCode1
impl RefUnwindSafe for InlineCode1
impl Send for InlineCode1
impl Sync for InlineCode1
impl Unpin for InlineCode1
impl UnwindSafe for InlineCode1
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