pub struct ResetConfigParam { /* private fields */ }Implementations§
Source§impl ResetConfigParam
impl ResetConfigParam
pub fn config_parameter_ref(&self) -> Option<ConfigParameterRef>
pub fn all_token(&self) -> Option<SyntaxToken>
pub fn reset_token(&self) -> Option<SyntaxToken>
Trait Implementations§
Source§impl AstNode for ResetConfigParam
impl AstNode for ResetConfigParam
fn can_cast(kind: SyntaxKind) -> bool
fn cast(syntax: SyntaxNode) -> Option<Self>
fn syntax(&self) -> &SyntaxNode
fn clone_for_update(&self) -> Selfwhere
Self: Sized,
fn clone_subtree(&self) -> Selfwhere
Self: Sized,
Source§impl Clone for ResetConfigParam
impl Clone for ResetConfigParam
Source§fn clone(&self) -> ResetConfigParam
fn clone(&self) -> ResetConfigParam
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 ResetConfigParam
impl Debug for ResetConfigParam
impl Eq for ResetConfigParam
Source§impl From<ResetConfigParam> for AlterDatabaseAction
impl From<ResetConfigParam> for AlterDatabaseAction
Source§fn from(node: ResetConfigParam) -> AlterDatabaseAction
fn from(node: ResetConfigParam) -> AlterDatabaseAction
Converts to this type from the input type.
Source§impl From<ResetConfigParam> for AlterRoleAction
impl From<ResetConfigParam> for AlterRoleAction
Source§fn from(node: ResetConfigParam) -> AlterRoleAction
fn from(node: ResetConfigParam) -> AlterRoleAction
Converts to this type from the input type.
Source§impl From<ResetConfigParam> for AlterSystemAction
impl From<ResetConfigParam> for AlterSystemAction
Source§fn from(node: ResetConfigParam) -> AlterSystemAction
fn from(node: ResetConfigParam) -> AlterSystemAction
Converts to this type from the input type.
Source§impl From<ResetConfigParam> for AlterUserAction
impl From<ResetConfigParam> for AlterUserAction
Source§fn from(node: ResetConfigParam) -> AlterUserAction
fn from(node: ResetConfigParam) -> AlterUserAction
Converts to this type from the input type.
Source§impl Hash for ResetConfigParam
impl Hash for ResetConfigParam
Source§impl PartialEq for ResetConfigParam
impl PartialEq for ResetConfigParam
impl StructuralPartialEq for ResetConfigParam
Auto Trait Implementations§
impl !RefUnwindSafe for ResetConfigParam
impl !Send for ResetConfigParam
impl !Sync for ResetConfigParam
impl !UnwindSafe for ResetConfigParam
impl Freeze for ResetConfigParam
impl Unpin for ResetConfigParam
impl UnsafeUnpin for ResetConfigParam
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self> ⓘ
fn into_either(self, into_left: bool) -> Either<Self, Self> ⓘ
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self> ⓘ
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self> ⓘ
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more