pub struct AdvancedTypesDocumentation;Expand description
Marker type for documentation. This module documents advanced type operators but doesn’t export any functions (implementation is in sql_templates.rs).
Auto Trait Implementations§
impl Freeze for AdvancedTypesDocumentation
impl RefUnwindSafe for AdvancedTypesDocumentation
impl Send for AdvancedTypesDocumentation
impl Sync for AdvancedTypesDocumentation
impl Unpin for AdvancedTypesDocumentation
impl UnwindSafe for AdvancedTypesDocumentation
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