pub struct LuaComment { /* private fields */ }Implementations§
source§impl LuaComment
impl LuaComment
pub fn get_owner(&self) -> Option<LuaSyntaxNode>
pub fn get_description_text(&self) -> Option<String>
Trait Implementations§
source§impl Clone for LuaComment
impl Clone for LuaComment
source§fn clone(&self) -> LuaComment
fn clone(&self) -> LuaComment
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 LuaComment
impl Debug for LuaComment
source§impl Hash for LuaComment
impl Hash for LuaComment
source§impl PartialEq for LuaComment
impl PartialEq for LuaComment
impl Eq for LuaComment
impl StructuralPartialEq for LuaComment
Auto Trait Implementations§
impl Freeze for LuaComment
impl !RefUnwindSafe for LuaComment
impl !Send for LuaComment
impl !Sync for LuaComment
impl Unpin for LuaComment
impl !UnwindSafe for LuaComment
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)