pub struct PushQuarantine { /* private fields */ }Expand description
Disposable object directory used to expose incoming local-push objects to receive-side hooks without making them part of the destination repository.
Implementations§
Source§impl PushQuarantine
impl PushQuarantine
pub fn object_dir(&self) -> &Path
Trait Implementations§
Source§impl Drop for PushQuarantine
impl Drop for PushQuarantine
Auto Trait Implementations§
impl Freeze for PushQuarantine
impl RefUnwindSafe for PushQuarantine
impl Send for PushQuarantine
impl Sync for PushQuarantine
impl Unpin for PushQuarantine
impl UnsafeUnpin for PushQuarantine
impl UnwindSafe for PushQuarantine
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