pub struct GitFilterServer<P>(/* private fields */);
Implementations§
Source§impl<P> GitFilterServer<P>
impl<P> GitFilterServer<P>
Auto Trait Implementations§
impl<P> Freeze for GitFilterServer<P>where
P: Freeze,
impl<P> RefUnwindSafe for GitFilterServer<P>where
P: RefUnwindSafe,
impl<P> Send for GitFilterServer<P>where
P: Send,
impl<P> Sync for GitFilterServer<P>where
P: Sync,
impl<P> Unpin for GitFilterServer<P>where
P: Unpin,
impl<P> UnwindSafe for GitFilterServer<P>where
P: UnwindSafe,
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