pub struct InlineCode1View {
pub inline_code_1: InlineCode1,
}Fields§
§inline_code_1: InlineCode1Trait Implementations§
Source§impl Clone for InlineCode1View
impl Clone for InlineCode1View
Source§fn clone(&self) -> InlineCode1View
fn clone(&self) -> InlineCode1View
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 InlineCode1View
impl Debug for InlineCode1View
Source§impl PartialEq for InlineCode1View
impl PartialEq for InlineCode1View
impl Copy for InlineCode1View
impl Eq for InlineCode1View
impl StructuralPartialEq for InlineCode1View
Auto Trait Implementations§
impl Freeze for InlineCode1View
impl RefUnwindSafe for InlineCode1View
impl Send for InlineCode1View
impl Sync for InlineCode1View
impl Unpin for InlineCode1View
impl UnwindSafe for InlineCode1View
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