Struct DatabasePath
pub struct DatabasePath(/* private fields */);Expand description
A database URL path component.
Implementations§
§impl DatabasePath
impl DatabasePath
Trait Implementations§
§impl Clone for DatabasePath
impl Clone for DatabasePath
§fn clone(&self) -> DatabasePath
fn clone(&self) -> DatabasePath
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 more§impl Debug for DatabasePath
impl Debug for DatabasePath
§impl Default for DatabasePath
impl Default for DatabasePath
§fn default() -> DatabasePath
fn default() -> DatabasePath
Returns the “default value” for a type. Read more
§impl Display for DatabasePath
impl Display for DatabasePath
§impl Hash for DatabasePath
impl Hash for DatabasePath
§impl Ord for DatabasePath
impl Ord for DatabasePath
§impl PartialEq for DatabasePath
impl PartialEq for DatabasePath
§impl PartialOrd for DatabasePath
impl PartialOrd for DatabasePath
impl Eq for DatabasePath
impl StructuralPartialEq for DatabasePath
Auto Trait Implementations§
impl Freeze for DatabasePath
impl RefUnwindSafe for DatabasePath
impl Send for DatabasePath
impl Sync for DatabasePath
impl Unpin for DatabasePath
impl UnsafeUnpin for DatabasePath
impl UnwindSafe for DatabasePath
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