pub struct TypeVariableScope { /* private fields */ }
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TypeVariableScope
impl RefUnwindSafe for TypeVariableScope
impl Send for TypeVariableScope
impl Sync for TypeVariableScope
impl Unpin for TypeVariableScope
impl UnwindSafe for TypeVariableScope
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