pub struct PullRequestOpenedPullRequestActiveLockReason(/* private fields */);
Expand description
PullRequestOpenedPullRequestActiveLockReason
JSON schema
{
"type": "null",
"enum": [
null
]
}
Trait Implementations§
Source§impl Clone for PullRequestOpenedPullRequestActiveLockReason
impl Clone for PullRequestOpenedPullRequestActiveLockReason
Source§fn clone(&self) -> PullRequestOpenedPullRequestActiveLockReason
fn clone(&self) -> PullRequestOpenedPullRequestActiveLockReason
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl<'de> Deserialize<'de> for PullRequestOpenedPullRequestActiveLockReason
impl<'de> Deserialize<'de> for PullRequestOpenedPullRequestActiveLockReason
Source§fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<&PullRequestOpenedPullRequestActiveLockReason> for PullRequestOpenedPullRequestActiveLockReason
impl From<&PullRequestOpenedPullRequestActiveLockReason> for PullRequestOpenedPullRequestActiveLockReason
Source§fn from(value: &PullRequestOpenedPullRequestActiveLockReason) -> Self
fn from(value: &PullRequestOpenedPullRequestActiveLockReason) -> Self
Converts to this type from the input type.
Source§impl From<PullRequestOpenedPullRequestActiveLockReason> for ()
impl From<PullRequestOpenedPullRequestActiveLockReason> for ()
Source§fn from(value: PullRequestOpenedPullRequestActiveLockReason) -> Self
fn from(value: PullRequestOpenedPullRequestActiveLockReason) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for PullRequestOpenedPullRequestActiveLockReason
impl RefUnwindSafe for PullRequestOpenedPullRequestActiveLockReason
impl Send for PullRequestOpenedPullRequestActiveLockReason
impl Sync for PullRequestOpenedPullRequestActiveLockReason
impl Unpin for PullRequestOpenedPullRequestActiveLockReason
impl UnwindSafe for PullRequestOpenedPullRequestActiveLockReason
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