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