pub struct until;Trait Implementations§
Source§impl HasArgument<until> for history
impl HasArgument<until> for history
Source§type ArgumentType = Option<GitTimestamp>
type ArgumentType = Option<GitTimestamp>
The schema marker type of this argument.
Auto Trait Implementations§
impl Freeze for until
impl RefUnwindSafe for until
impl Send for until
impl Sync for until
impl Unpin for until
impl UnwindSafe for until
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