Docs.rs
  • intuicio-core-0.27.2
    • intuicio-core 0.27.2
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • PsichiX
    • Dependencies
      • intuicio-data ^0.27 normal
      • memoffset ^0.9 normal
      • pest ^2.5 normal
      • pest_derive ^2.5 normal
      • serde ^1 normal
      • snailquote ^0.3 normal
      • typid ^1 normal
      • intuicio-derive ^0.27 dev
    • Versions
    • 4.46% of the crate is documented
  • Go to latest version
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

intuicio_core0.27.2

ValueDependency

Required Methods

  • as_ref
  • as_ref_mut

Object Safety

Implementors

In intuicio_core::transformer

?
Change settings

Trait intuicio_core::transformer::ValueDependency

source ·
pub trait ValueDependency<T> {
    // Required methods
    fn as_ref(value: &T) -> Self;
    fn as_ref_mut(value: &mut T) -> Self;
}

Required Methods§

source

fn as_ref(value: &T) -> Self

source

fn as_ref_mut(value: &mut T) -> Self

Object Safety§

This trait is not object safe.

Implementors§

source§

impl ValueDependency<DynamicManaged> for ManagedValueDependency

source§

impl ValueDependency<DynamicManagedRef> for ManagedValueDependency

source§

impl ValueDependency<DynamicManagedRefMut> for ManagedValueDependency

source§

impl<T> ValueDependency<Managed<T>> for ManagedValueDependency

source§

impl<T> ValueDependency<ManagedRef<T>> for ManagedValueDependency

source§

impl<T> ValueDependency<ManagedRefMut<T>> for ManagedValueDependency