Struct datamodel_renderer::value::Function
source · pub struct Function<'a> { /* private fields */ }
Expand description
Represents a function value in the PSL.
Implementations§
Trait Implementations§
source§impl<'a> From<IndexFieldInput<'a>> for Function<'a>
impl<'a> From<IndexFieldInput<'a>> for Function<'a>
source§fn from(definition: IndexFieldInput<'a>) -> Self
fn from(definition: IndexFieldInput<'a>) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl<'a> RefUnwindSafe for Function<'a>
impl<'a> Send for Function<'a>
impl<'a> Sync for Function<'a>
impl<'a> Unpin for Function<'a>
impl<'a> UnwindSafe for Function<'a>
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