pub struct IDataModelScriptDebugVariableSetEnumerator(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for IDataModelScriptDebugVariableSetEnumerator
impl Clone for IDataModelScriptDebugVariableSetEnumerator
Source§fn clone(&self) -> IDataModelScriptDebugVariableSetEnumerator
fn clone(&self) -> IDataModelScriptDebugVariableSetEnumerator
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 From<&IDataModelScriptDebugVariableSetEnumerator> for IUnknown
impl From<&IDataModelScriptDebugVariableSetEnumerator> for IUnknown
Source§fn from(value: &IDataModelScriptDebugVariableSetEnumerator) -> Self
fn from(value: &IDataModelScriptDebugVariableSetEnumerator) -> Self
Converts to this type from the input type.
Source§impl From<IDataModelScriptDebugVariableSetEnumerator> for IUnknown
impl From<IDataModelScriptDebugVariableSetEnumerator> for IUnknown
Source§fn from(value: IDataModelScriptDebugVariableSetEnumerator) -> Self
fn from(value: IDataModelScriptDebugVariableSetEnumerator) -> Self
Converts to this type from the input type.
Source§impl Interface for IDataModelScriptDebugVariableSetEnumerator
impl Interface for IDataModelScriptDebugVariableSetEnumerator
Source§impl PartialEq for IDataModelScriptDebugVariableSetEnumerator
impl PartialEq for IDataModelScriptDebugVariableSetEnumerator
Source§fn eq(&self, other: &IDataModelScriptDebugVariableSetEnumerator) -> bool
fn eq(&self, other: &IDataModelScriptDebugVariableSetEnumerator) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for IDataModelScriptDebugVariableSetEnumerator
impl StructuralPartialEq for IDataModelScriptDebugVariableSetEnumerator
Auto Trait Implementations§
impl Freeze for IDataModelScriptDebugVariableSetEnumerator
impl RefUnwindSafe for IDataModelScriptDebugVariableSetEnumerator
impl !Send for IDataModelScriptDebugVariableSetEnumerator
impl !Sync for IDataModelScriptDebugVariableSetEnumerator
impl Unpin for IDataModelScriptDebugVariableSetEnumerator
impl UnwindSafe for IDataModelScriptDebugVariableSetEnumerator
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