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