pub struct SBSymbolContextList {
pub raw: SBSymbolContextListRef,
}Expand description
A list of symbol contexts.
Fields§
§raw: SBSymbolContextListRefThe underlying raw SBSymbolContextListRef.
Implementations§
Source§impl SBSymbolContextList
impl SBSymbolContextList
pub fn append(&self, context: &SBSymbolContext)
pub fn append_list(&self, contexts: &SBSymbolContextList)
Trait Implementations§
Source§impl Clone for SBSymbolContextList
impl Clone for SBSymbolContextList
Source§fn clone(&self) -> SBSymbolContextList
fn clone(&self) -> SBSymbolContextList
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 SBSymbolContextList
impl Debug for SBSymbolContextList
Source§impl Drop for SBSymbolContextList
impl Drop for SBSymbolContextList
Source§impl<'d> IntoIterator for &'d SBSymbolContextList
impl<'d> IntoIterator for &'d SBSymbolContextList
impl Send for SBSymbolContextList
impl Sync for SBSymbolContextList
Auto Trait Implementations§
impl Freeze for SBSymbolContextList
impl RefUnwindSafe for SBSymbolContextList
impl Unpin for SBSymbolContextList
impl UnwindSafe for SBSymbolContextList
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