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