pub struct StrPointer(pub *const str);
Tuple Fields§
§0: *const str
Trait Implementations§
Source§impl Debug for StrPointer
impl Debug for StrPointer
Source§impl From<StrPointer> for BufValue
impl From<StrPointer> for BufValue
Source§fn from(item: StrPointer) -> Self
fn from(item: StrPointer) -> Self
Converts to this type from the input type.
Source§impl PartialEq for StrPointer
impl PartialEq for StrPointer
Source§impl ToString for StrPointer
impl ToString for StrPointer
impl StructuralPartialEq for StrPointer
Auto Trait Implementations§
impl Freeze for StrPointer
impl RefUnwindSafe for StrPointer
impl !Send for StrPointer
impl !Sync for StrPointer
impl Unpin for StrPointer
impl UnwindSafe for StrPointer
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