pub struct StreamSource { /* private fields */ }Implementations§
Trait Implementations§
Source§impl AstNode for StreamSource
impl AstNode for StreamSource
fn can_cast(kind: SyntaxKind) -> bool
fn cast(node: SyntaxNode) -> Option<Self>
fn syntax(&self) -> &SyntaxNode
Source§impl Clone for StreamSource
impl Clone for StreamSource
Source§fn clone(&self) -> StreamSource
fn clone(&self) -> StreamSource
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 StreamSource
impl Debug for StreamSource
impl Eq for StreamSource
Source§impl Hash for StreamSource
impl Hash for StreamSource
Source§impl PartialEq for StreamSource
impl PartialEq for StreamSource
impl StructuralPartialEq for StreamSource
Auto Trait Implementations§
impl !RefUnwindSafe for StreamSource
impl !Send for StreamSource
impl !Sync for StreamSource
impl !UnwindSafe for StreamSource
impl Freeze for StreamSource
impl Unpin for StreamSource
impl UnsafeUnpin for StreamSource
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