pub struct PostgresNamespace { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for PostgresNamespace
impl Clone for PostgresNamespace
Source§fn clone(&self) -> PostgresNamespace
fn clone(&self) -> PostgresNamespace
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 PostgresNamespace
impl Debug for PostgresNamespace
Source§impl Default for PostgresNamespace
impl Default for PostgresNamespace
Source§fn default() -> PostgresNamespace
fn default() -> PostgresNamespace
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for PostgresNamespace
impl RefUnwindSafe for PostgresNamespace
impl Send for PostgresNamespace
impl Sync for PostgresNamespace
impl Unpin for PostgresNamespace
impl UnsafeUnpin for PostgresNamespace
impl UnwindSafe for PostgresNamespace
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