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