Struct scylladb_parse::keywords::NOSUPERUSER
source · [−]pub struct NOSUPERUSER;Trait Implementations
sourceimpl Clone for NOSUPERUSER
impl Clone for NOSUPERUSER
sourcefn clone(&self) -> NOSUPERUSER
fn clone(&self) -> NOSUPERUSER
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for NOSUPERUSER
impl Debug for NOSUPERUSER
sourceimpl FromStr for NOSUPERUSER
impl FromStr for NOSUPERUSER
sourceimpl 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 RefUnwindSafe for NOSUPERUSER
impl Send for NOSUPERUSER
impl Sync for NOSUPERUSER
impl Unpin for NOSUPERUSER
impl UnwindSafe for NOSUPERUSER
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more