pub struct CompilerLibraries { /* private fields */ }Implementations§
Source§impl CompilerLibraries
impl CompilerLibraries
pub fn new( libraries: Vec<String>, member_type_callback: LuauLibraryMemberTypeCallback, member_constant_callback: LuauLibraryMemberConstantCallback, ) -> Self
Trait Implementations§
Source§impl Clone for CompilerLibraries
impl Clone for CompilerLibraries
Source§fn clone(&self) -> CompilerLibraries
fn clone(&self) -> CompilerLibraries
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for CompilerLibraries
impl RefUnwindSafe for CompilerLibraries
impl Send for CompilerLibraries
impl Sync for CompilerLibraries
impl Unpin for CompilerLibraries
impl UnsafeUnpin for CompilerLibraries
impl UnwindSafe for CompilerLibraries
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