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