pub struct IntoSchema { /* private fields */ }Implementations§
Source§impl IntoSchema
impl IntoSchema
pub fn name_ref(&self) -> Option<NameRef>
pub fn into_token(&self) -> Option<SyntaxToken>
Trait Implementations§
Source§impl AstNode for IntoSchema
impl AstNode for IntoSchema
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 IntoSchema
impl Clone for IntoSchema
Source§fn clone(&self) -> IntoSchema
fn clone(&self) -> IntoSchema
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 IntoSchema
impl Debug for IntoSchema
Source§impl Hash for IntoSchema
impl Hash for IntoSchema
Source§impl PartialEq for IntoSchema
impl PartialEq for IntoSchema
impl Eq for IntoSchema
impl StructuralPartialEq for IntoSchema
Auto Trait Implementations§
impl Freeze for IntoSchema
impl !RefUnwindSafe for IntoSchema
impl !Send for IntoSchema
impl !Sync for IntoSchema
impl Unpin for IntoSchema
impl !UnwindSafe for IntoSchema
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