pub struct UseStatement {
pub keyspace: Name,
}
Fields§
§keyspace: Name
Trait Implementations§
Source§impl Clone for UseStatement
impl Clone for UseStatement
Source§fn clone(&self) -> UseStatement
fn clone(&self) -> UseStatement
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<'a> CustomToTokens<'a> for UseStatement
impl<'a> CustomToTokens<'a> for UseStatement
Source§impl Debug for UseStatement
impl Debug for UseStatement
Source§impl Display for UseStatement
impl Display for UseStatement
Source§impl From<UseStatement> for DataDefinitionStatement
impl From<UseStatement> for DataDefinitionStatement
Source§fn from(original: UseStatement) -> DataDefinitionStatement
fn from(original: UseStatement) -> DataDefinitionStatement
Converts to this type from the input type.
Source§impl From<UseStatement> for Statement
impl From<UseStatement> for Statement
Source§fn from(v: UseStatement) -> Self
fn from(v: UseStatement) -> Self
Converts to this type from the input type.
Source§impl FromStr for UseStatement
impl FromStr for UseStatement
Source§impl Parse for UseStatement
impl Parse for UseStatement
type Output = UseStatement
fn parse(s: &mut StatementStream<'_>) -> Result<Self::Output>
Source§impl PartialEq for UseStatement
impl PartialEq for UseStatement
Source§impl ToTokens for UseStatement
impl ToTokens for UseStatement
Source§fn to_token_stream(&self) -> TokenStream
fn to_token_stream(&self) -> TokenStream
Source§fn into_token_stream(self) -> TokenStreamwhere
Self: Sized,
fn into_token_stream(self) -> TokenStreamwhere
Self: Sized,
Source§impl TryFrom<TaggedUseStatement> for UseStatement
impl TryFrom<TaggedUseStatement> for UseStatement
Source§impl TryInto<UseStatement> for Statement
impl TryInto<UseStatement> for Statement
impl Eq for UseStatement
impl StructuralPartialEq for UseStatement
Auto Trait Implementations§
impl Freeze for UseStatement
impl RefUnwindSafe for UseStatement
impl Send for UseStatement
impl Sync for UseStatement
impl Unpin for UseStatement
impl UnwindSafe for UseStatement
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