Struct simdjson_rust::padded_string::PaddedString
source · pub struct PaddedString { /* private fields */ }
Implementations§
source§impl PaddedString
impl PaddedString
pub fn new(ptr: PaddedStringPtr) -> Self
pub fn as_ptr(&self) -> &PaddedStringPtr
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for PaddedString
impl !Send for PaddedString
impl !Sync for PaddedString
impl Unpin for PaddedString
impl UnwindSafe for PaddedString
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