pub struct ImplicitManyToManyRelationTableName<'db>(/* private fields */);
Expand description
A table name for an implicit relation’s join table. Useful for its Display impl.
Trait Implementations§
Auto Trait Implementations§
impl<'db> RefUnwindSafe for ImplicitManyToManyRelationTableName<'db>
impl<'db> Send for ImplicitManyToManyRelationTableName<'db>
impl<'db> Sync for ImplicitManyToManyRelationTableName<'db>
impl<'db> Unpin for ImplicitManyToManyRelationTableName<'db>
impl<'db> UnwindSafe for ImplicitManyToManyRelationTableName<'db>
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