pub struct Closer {}
Trait Implementations§
impl HasSubtype<Commit> for Closer
impl HasSubtype<PullRequest> for Closer
Auto Trait Implementations§
impl Freeze for Closer
impl RefUnwindSafe for Closer
impl Send for Closer
impl Sync for Closer
impl Unpin for Closer
impl UnwindSafe for Closer
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