pub struct PdString { /* private fields */ }Auto Trait Implementations§
impl !Send for PdString
impl !Sync for PdString
impl Freeze for PdString
impl RefUnwindSafe for PdString
impl Unpin for PdString
impl UnsafeUnpin for PdString
impl UnwindSafe for PdString
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