pub struct SealedQuery<'a> { /* private fields */ }Expand description
Query interface for MTG sealed products derived from set data.
Implementations§
Source§impl<'a> SealedQuery<'a>
impl<'a> SealedQuery<'a>
Sourcepub fn new(conn: &'a Connection) -> Self
pub fn new(conn: &'a Connection) -> Self
Create a new SealedQuery bound to the given connection.
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for SealedQuery<'a>
impl<'a> !Send for SealedQuery<'a>
impl<'a> !Sync for SealedQuery<'a>
impl<'a> !UnwindSafe for SealedQuery<'a>
impl<'a> Freeze for SealedQuery<'a>
impl<'a> Unpin for SealedQuery<'a>
impl<'a> UnsafeUnpin for SealedQuery<'a>
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