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