Struct bones_scripting::lua::bindings::ecsref::EcsRefBorrow
source · pub struct EcsRefBorrow<'a> { /* private fields */ }
Expand description
A borrow of an EcsRef
.
Implementations§
source§impl EcsRefBorrow<'_>
impl EcsRefBorrow<'_>
sourcepub fn schema_ref(&self) -> Result<SchemaRef<'_>, EcsRefBorrowError>
pub fn schema_ref(&self) -> Result<SchemaRef<'_>, EcsRefBorrowError>
Get the [SchemaRef
].
Auto Trait Implementations§
impl<'a> Freeze for EcsRefBorrow<'a>
impl<'a> !RefUnwindSafe for EcsRefBorrow<'a>
impl<'a> !Send for EcsRefBorrow<'a>
impl<'a> !Sync for EcsRefBorrow<'a>
impl<'a> Unpin for EcsRefBorrow<'a>
impl<'a> !UnwindSafe for EcsRefBorrow<'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