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