pub struct DeploymentReviewer {}
Trait Implementations§
Source§impl NamedType for DeploymentReviewer
impl NamedType for DeploymentReviewer
impl HasSubtype<Team> for DeploymentReviewer
impl HasSubtype<User> for DeploymentReviewer
Auto Trait Implementations§
impl Freeze for DeploymentReviewer
impl RefUnwindSafe for DeploymentReviewer
impl Send for DeploymentReviewer
impl Sync for DeploymentReviewer
impl Unpin for DeploymentReviewer
impl UnwindSafe for DeploymentReviewer
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