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