pub struct WebPullRequestRepository {
pub ref: Option<String>,
pub access_role: Option<i64>,
pub usage: Option<Value>,
pub slug: Option<String>,
pub deleted: Option<bool>,
}
Expand description
WebPullRequestRepository 模型
Fields§
§ref: Option<String>
§access_role: Option<i64>
§usage: Option<Value>
§slug: Option<String>
§deleted: Option<bool>
Trait Implementations§
Source§impl Clone for WebPullRequestRepository
impl Clone for WebPullRequestRepository
Source§fn clone(&self) -> WebPullRequestRepository
fn clone(&self) -> WebPullRequestRepository
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 Debug for WebPullRequestRepository
impl Debug for WebPullRequestRepository
Source§impl<'de> Deserialize<'de> for WebPullRequestRepository
impl<'de> Deserialize<'de> for WebPullRequestRepository
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
Auto Trait Implementations§
impl Freeze for WebPullRequestRepository
impl RefUnwindSafe for WebPullRequestRepository
impl Send for WebPullRequestRepository
impl Sync for WebPullRequestRepository
impl Unpin for WebPullRequestRepository
impl UnwindSafe for WebPullRequestRepository
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