pub struct DeployKey;
Trait Implementations§
Source§impl HasField<__typename> for DeployKey
impl HasField<__typename> for DeployKey
impl HasSubtype<DeployKey> for Node
Auto Trait Implementations§
impl Freeze for DeployKey
impl RefUnwindSafe for DeployKey
impl Send for DeployKey
impl Sync for DeployKey
impl Unpin for DeployKey
impl UnwindSafe for DeployKey
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