pub struct DatabaseName(pub DynIden);Expand description
An identifier that represents a database name.
Tuple Fieldsยง
ยง0: DynIdenTrait Implementationsยง
Sourceยงimpl Clone for DatabaseName
impl Clone for DatabaseName
Sourceยงfn clone(&self) -> DatabaseName
fn clone(&self) -> DatabaseName
Returns a duplicate of the value. Read more
1.0.0 ยท Sourceยงfn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSourceยงimpl Debug for DatabaseName
impl Debug for DatabaseName
Sourceยงimpl<T> From<T> for DatabaseNamewhere
T: IntoIden,
impl<T> From<T> for DatabaseNamewhere
T: IntoIden,
Sourceยงimpl Hash for DatabaseName
impl Hash for DatabaseName
Sourceยงimpl PartialEq for DatabaseName
impl PartialEq for DatabaseName
impl Eq for DatabaseName
impl StructuralPartialEq for DatabaseName
Auto Trait Implementationsยง
impl Freeze for DatabaseName
impl RefUnwindSafe for DatabaseName
impl Send for DatabaseName
impl Sync for DatabaseName
impl Unpin for DatabaseName
impl UnwindSafe for DatabaseName
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