struct SingleString {
single_string: String,
}Expand description
Struct is used to retrieve a single string value from the SQL database.
Fields§
§single_string: StringAuto Trait Implementations§
impl Freeze for SingleString
impl RefUnwindSafe for SingleString
impl Send for SingleString
impl Sync for SingleString
impl Unpin for SingleString
impl UnwindSafe for SingleString
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