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