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