pub struct NOSUPERUSER;
Trait Implementations§
Source§impl Clone for NOSUPERUSER
impl Clone for NOSUPERUSER
Source§fn clone(&self) -> NOSUPERUSER
fn clone(&self) -> NOSUPERUSER
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for NOSUPERUSER
impl Debug for NOSUPERUSER
Source§impl FromStr for NOSUPERUSER
impl FromStr for NOSUPERUSER
Source§impl Parse for NOSUPERUSER
impl Parse for NOSUPERUSER
type Output = NOSUPERUSER
fn parse(s: &mut StatementStream<'_>) -> Result<Self::Output>
impl Copy for NOSUPERUSER
Auto Trait Implementations§
impl Freeze for NOSUPERUSER
impl RefUnwindSafe for NOSUPERUSER
impl Send for NOSUPERUSER
impl Sync for NOSUPERUSER
impl Unpin for NOSUPERUSER
impl UnwindSafe for NOSUPERUSER
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