pub struct requiresCodeOwnerReviews;
Trait Implementations§
Source§impl Field for requiresCodeOwnerReviews
impl Field for requiresCodeOwnerReviews
Auto Trait Implementations§
impl Freeze for requiresCodeOwnerReviews
impl RefUnwindSafe for requiresCodeOwnerReviews
impl Send for requiresCodeOwnerReviews
impl Sync for requiresCodeOwnerReviews
impl Unpin for requiresCodeOwnerReviews
impl UnwindSafe for requiresCodeOwnerReviews
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