pub struct Site<'a> { /* private fields */ }Expand description
Value representing a call site for errors and warnings. Can be constructed
using the godot_site macro, or manually.
Implementations§
Trait Implementations§
impl<'a> Copy for Site<'a>
Auto Trait Implementations§
impl<'a> Freeze for Site<'a>
impl<'a> RefUnwindSafe for Site<'a>
impl<'a> Send for Site<'a>
impl<'a> Sync for Site<'a>
impl<'a> Unpin for Site<'a>
impl<'a> UnwindSafe for Site<'a>
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