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