pub struct ResolvedView<'a>(/* private fields */);Expand description
Resolved standard view
Implementations§
Source§impl<'a> ResolvedView<'a>
impl<'a> ResolvedView<'a>
pub fn new( identifier: Fragment<'a>, namespace: ResolvedNamespace<'a>, def: ViewDef, ) -> Self
pub fn name(&self) -> &str
pub fn def(&self) -> &ViewDef
pub fn namespace(&self) -> &ResolvedNamespace<'a>
pub fn identifier(&self) -> &Fragment<'a>
pub fn columns(&self) -> &[ColumnDef]
pub fn fully_qualified_name(&self) -> String
Sourcepub fn to_static(&self) -> ResolvedView<'static>
pub fn to_static(&self) -> ResolvedView<'static>
Convert to owned version with ’static lifetime
Trait Implementations§
Source§impl<'a> Clone for ResolvedView<'a>
impl<'a> Clone for ResolvedView<'a>
Source§fn clone(&self) -> ResolvedView<'a>
fn clone(&self) -> ResolvedView<'a>
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl<'a> Freeze for ResolvedView<'a>
impl<'a> RefUnwindSafe for ResolvedView<'a>
impl<'a> Send for ResolvedView<'a>
impl<'a> Sync for ResolvedView<'a>
impl<'a> Unpin for ResolvedView<'a>
impl<'a> UnwindSafe for ResolvedView<'a>
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)