pub struct PropertyValue(/* private fields */);
Expand description
A newtype wrapper that can be used to construct NodePropertyValue
-compatible values
for crate::NodeBuilder::add_property
Implementations§
Trait Implementations§
Source§impl From<&str> for PropertyValue
impl From<&str> for PropertyValue
Source§impl From<String> for PropertyValue
impl From<String> for PropertyValue
Source§impl From<bool> for PropertyValue
impl From<bool> for PropertyValue
Auto Trait Implementations§
impl Freeze for PropertyValue
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