pub struct RLGL;
Auto Trait Implementations§
impl Freeze for RLGL
impl RefUnwindSafe for RLGL
impl Send for RLGL
impl Sync for RLGL
impl Unpin for RLGL
impl UnwindSafe for RLGL
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