pub struct String<'a>(pub Value<'a>);Tuple Fields§
§0: Value<'a>Implementations§
Trait Implementations§
Source§impl<'a> FromNodeAPI<'a> for String<'a>
impl<'a> FromNodeAPI<'a> for String<'a>
fn from_node_api(value: Value<'a>) -> Result<Self>
Source§impl<'a> IntoNodeApi<'a> for String<'a>
impl<'a> IntoNodeApi<'a> for String<'a>
impl<'a> Copy for String<'a>
Auto Trait Implementations§
impl<'a> Freeze for String<'a>
impl<'a> RefUnwindSafe for String<'a>
impl<'a> !Send for String<'a>
impl<'a> !Sync for String<'a>
impl<'a> Unpin for String<'a>
impl<'a> UnwindSafe for String<'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