pub struct StringRef<'a>(/* private fields */);
Expand description
Reference to a deserialized String.
Implementations§
Trait Implementations§
Source§impl<'a> ReadAsRoot<'a> for StringRef<'a>
impl<'a> ReadAsRoot<'a> for StringRef<'a>
impl<'a> Copy for StringRef<'a>
Auto Trait Implementations§
impl<'a> Freeze for StringRef<'a>
impl<'a> RefUnwindSafe for StringRef<'a>
impl<'a> Send for StringRef<'a>
impl<'a> Sync for StringRef<'a>
impl<'a> Unpin for StringRef<'a>
impl<'a> UnwindSafe for StringRef<'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