pub struct LuaDocTypeBinaryToken { /* private fields */ }Implementations§
Source§impl LuaDocTypeBinaryToken
impl LuaDocTypeBinaryToken
pub fn get_op(&self) -> LuaTypeBinaryOperator
Trait Implementations§
Source§impl Clone for LuaDocTypeBinaryToken
impl Clone for LuaDocTypeBinaryToken
Source§fn clone(&self) -> LuaDocTypeBinaryToken
fn clone(&self) -> LuaDocTypeBinaryToken
Returns a copy 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 LuaDocTypeBinaryToken
impl Debug for LuaDocTypeBinaryToken
Source§impl Hash for LuaDocTypeBinaryToken
impl Hash for LuaDocTypeBinaryToken
Source§impl LuaAstToken for LuaDocTypeBinaryToken
impl LuaAstToken for LuaDocTypeBinaryToken
fn syntax(&self) -> &LuaSyntaxToken
fn can_cast(kind: LuaTokenKind) -> boolwhere
Self: Sized,
fn cast(syntax: LuaSyntaxToken) -> Option<Self>where
Self: Sized,
fn get_token_kind(&self) -> LuaTokenKind
Source§impl PartialEq for LuaDocTypeBinaryToken
impl PartialEq for LuaDocTypeBinaryToken
impl Eq for LuaDocTypeBinaryToken
impl StructuralPartialEq for LuaDocTypeBinaryToken
Auto Trait Implementations§
impl Freeze for LuaDocTypeBinaryToken
impl !RefUnwindSafe for LuaDocTypeBinaryToken
impl !Send for LuaDocTypeBinaryToken
impl !Sync for LuaDocTypeBinaryToken
impl Unpin for LuaDocTypeBinaryToken
impl !UnwindSafe for LuaDocTypeBinaryToken
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§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)