pub struct committer(/* private fields */);Expand description
Marker type for the committer field
Auto Trait Implementations§
impl Freeze for committer
impl RefUnwindSafe for committer
impl Send for committer
impl Sync for committer
impl Unpin for committer
impl UnsafeUnpin for committer
impl UnwindSafe for committer
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