pub struct LegacyDynString(pub String);Tuple Fields§
§0: StringTrait Implementations§
Source§impl Debug for LegacyDynString
impl Debug for LegacyDynString
Source§impl InProcSerialize for LegacyDynString
impl InProcSerialize for LegacyDynString
const IN_PROC_SIZE: InProcSize = InProcSize::Dynamic
fn get_value_size(&self) -> Option<u32>
fn write_value(&self, buffer: &mut Vec<u8>)
Source§unsafe fn read_value(window: &[u8]) -> Self
unsafe fn read_value(window: &[u8]) -> Self
Safety Read more
Auto Trait Implementations§
impl Freeze for LegacyDynString
impl RefUnwindSafe for LegacyDynString
impl Send for LegacyDynString
impl Sync for LegacyDynString
impl Unpin for LegacyDynString
impl UnwindSafe for LegacyDynString
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