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