Struct intuicio_nodes::nodes::PropertyValue
source · pub struct PropertyValue { /* private fields */ }
Implementations§
source§impl PropertyValue
impl PropertyValue
pub fn new<T: Serialize>(value: &T) -> IntermediateResult<Self>
pub fn get<'a, T: Deserialize<'a>>( &'a self, mode: PropertyCastMode ) -> IntermediateResult<T>
pub fn get_exact<'a, T: Deserialize<'a>>(&'a self) -> IntermediateResult<T>
pub fn get_interpret<'a, T: Deserialize<'a>>(&'a self) -> IntermediateResult<T>
pub fn into_inner(self) -> Intermediate
Trait Implementations§
source§impl Clone for PropertyValue
impl Clone for PropertyValue
source§fn clone(&self) -> PropertyValue
fn clone(&self) -> PropertyValue
Returns a copy 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 PropertyValue
impl Debug for PropertyValue
source§impl Default for PropertyValue
impl Default for PropertyValue
source§fn default() -> PropertyValue
fn default() -> PropertyValue
Returns the “default value” for a type. Read more
source§impl PartialEq for PropertyValue
impl PartialEq for PropertyValue
source§fn eq(&self, other: &PropertyValue) -> bool
fn eq(&self, other: &PropertyValue) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for PropertyValue
Auto Trait Implementations§
impl RefUnwindSafe for PropertyValue
impl Send for PropertyValue
impl Sync for PropertyValue
impl Unpin for PropertyValue
impl UnwindSafe for PropertyValue
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
§impl<T> Initialize for Twhere
T: Default,
impl<T> Initialize for Twhere
T: Default,
fn initialize(&mut self)
§unsafe fn initialize_raw(data: *mut ())
unsafe fn initialize_raw(data: *mut ())
Safety Read more