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