pub struct DatabaseTestTable(pub &'static str);Tuple Fields§
§0: &'static strImplementations§
Trait Implementations§
Source§impl Clone for DatabaseTestTable
impl Clone for DatabaseTestTable
Source§fn clone(&self) -> DatabaseTestTable
fn clone(&self) -> DatabaseTestTable
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DatabaseTestTable
Auto Trait Implementations§
impl Freeze for DatabaseTestTable
impl RefUnwindSafe for DatabaseTestTable
impl Send for DatabaseTestTable
impl Sync for DatabaseTestTable
impl Unpin for DatabaseTestTable
impl UnsafeUnpin for DatabaseTestTable
impl UnwindSafe for DatabaseTestTable
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