pub struct SymbolOutline { /* private fields */ }Expand description
The arena. Construction happens in crate::extract; consumers get
lookups and the wire form.
Implementations§
Source§impl SymbolOutline
impl SymbolOutline
Trait Implementations§
Source§impl Clone for SymbolOutline
impl Clone for SymbolOutline
Source§fn clone(&self) -> SymbolOutline
fn clone(&self) -> SymbolOutline
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 moreSource§impl Debug for SymbolOutline
impl Debug for SymbolOutline
Source§impl Default for SymbolOutline
impl Default for SymbolOutline
Source§fn default() -> SymbolOutline
fn default() -> SymbolOutline
Returns the “default value” for a type. Read more
impl Eq for SymbolOutline
Source§impl PartialEq for SymbolOutline
impl PartialEq for SymbolOutline
impl StructuralPartialEq for SymbolOutline
Auto Trait Implementations§
impl Freeze for SymbolOutline
impl RefUnwindSafe for SymbolOutline
impl Send for SymbolOutline
impl Sync for SymbolOutline
impl Unpin for SymbolOutline
impl UnsafeUnpin for SymbolOutline
impl UnwindSafe for SymbolOutline
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