pub struct InterchangeContext(/* private fields */);Implementations§
Source§impl InterchangeContext
impl InterchangeContext
pub fn new( selfish: impl InterchangeContextTrait + 'static, ) -> InterchangeContext
Trait Implementations§
Source§impl AsAnyValue for InterchangeContext
impl AsAnyValue for InterchangeContext
fn as_any_value(&self) -> AnyValue
Source§impl Clone for InterchangeContext
impl Clone for InterchangeContext
Source§fn clone(&self) -> InterchangeContext
fn clone(&self) -> InterchangeContext
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 moreAuto Trait Implementations§
impl Freeze for InterchangeContext
impl !RefUnwindSafe for InterchangeContext
impl Send for InterchangeContext
impl Sync for InterchangeContext
impl Unpin for InterchangeContext
impl !UnwindSafe for InterchangeContext
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