pub struct CallOnceGuard;Expand description
拦截对象
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CallOnceGuard
impl RefUnwindSafe for CallOnceGuard
impl Send for CallOnceGuard
impl Sync for CallOnceGuard
impl Unpin for CallOnceGuard
impl UnsafeUnpin for CallOnceGuard
impl UnwindSafe for CallOnceGuard
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