pub struct DynString(pub String);Tuple Fields§
§0: StringTrait Implementations§
Source§impl InProcSerialize for DynString
impl InProcSerialize for DynString
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 DynString
impl RefUnwindSafe for DynString
impl Send for DynString
impl Sync for DynString
impl Unpin for DynString
impl UnwindSafe for DynString
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