pub struct ForProvider { /* private fields */ }Implementations§
Trait Implementations§
Source§impl AstNode for ForProvider
impl AstNode for ForProvider
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 ForProvider
impl Clone for ForProvider
Source§fn clone(&self) -> ForProvider
fn clone(&self) -> ForProvider
Returns a duplicate of the value. Read more
1.0.0 · 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 ForProvider
impl Debug for ForProvider
Source§impl Hash for ForProvider
impl Hash for ForProvider
Source§impl PartialEq for ForProvider
impl PartialEq for ForProvider
impl Eq for ForProvider
impl StructuralPartialEq for ForProvider
Auto Trait Implementations§
impl Freeze for ForProvider
impl !RefUnwindSafe for ForProvider
impl !Send for ForProvider
impl !Sync for ForProvider
impl Unpin for ForProvider
impl !UnwindSafe for ForProvider
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