Struct red4ext_rs::ExportNil
source · pub struct ExportNil;
Expand description
A type representing an empty list of exports.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ExportNil
impl RefUnwindSafe for ExportNil
impl Send for ExportNil
impl Sync for ExportNil
impl Unpin for ExportNil
impl UnwindSafe for ExportNil
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