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