pub struct RetType<'db> { /* private fields */ }Implementations§
Source§impl<'db> RetType<'db>
impl<'db> RetType<'db>
pub fn custom_mod(&self) -> &[CustomMod<'db>]
pub fn kind(&self) -> &RetTypeKind<'db>
Auto Trait Implementations§
impl<'db> Freeze for RetType<'db>
impl<'db> RefUnwindSafe for RetType<'db>
impl<'db> Send for RetType<'db>
impl<'db> Sync for RetType<'db>
impl<'db> Unpin for RetType<'db>
impl<'db> UnwindSafe for RetType<'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