pub struct SBVariablesOptions {
pub raw: SBVariablesOptionsRef,
}Fields§
§raw: SBVariablesOptionsRefThe underlying raw SBVariablesOptionsRef.
Implementations§
Source§impl SBVariablesOptions
impl SBVariablesOptions
Sourcepub fn new() -> SBVariablesOptions
pub fn new() -> SBVariablesOptions
Construct a new SBVariablesOptions.
pub fn include_arguments(&self) -> bool
pub fn set_include_arguments(&self, arguments: bool)
pub fn include_locals(&self) -> bool
pub fn set_include_locals(&self, locals: bool)
pub fn include_statics(&self) -> bool
pub fn set_include_statics(&self, statics: bool)
pub fn in_scope_only(&self) -> bool
pub fn set_in_scope_only(&self, in_scope_only: bool)
pub fn include_runtime_support_values(&self) -> bool
pub fn set_include_runtime_support_values(&self, include: bool)
pub fn use_dynamic(&self) -> DynamicValueType
pub fn set_use_dynamic(&self, use_dynamic: DynamicValueType)
Trait Implementations§
Source§impl Clone for SBVariablesOptions
impl Clone for SBVariablesOptions
Source§fn clone(&self) -> SBVariablesOptions
fn clone(&self) -> SBVariablesOptions
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 SBVariablesOptions
impl Debug for SBVariablesOptions
Source§impl Default for SBVariablesOptions
impl Default for SBVariablesOptions
Source§impl Drop for SBVariablesOptions
impl Drop for SBVariablesOptions
impl Send for SBVariablesOptions
impl Sync for SBVariablesOptions
Auto Trait Implementations§
impl Freeze for SBVariablesOptions
impl RefUnwindSafe for SBVariablesOptions
impl Unpin for SBVariablesOptions
impl UnwindSafe for SBVariablesOptions
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