pub struct WebLastPushBranch {
pub date_time: Option<String>,
pub pull_number: Option<i64>,
pub is_head: Option<bool>,
pub ref: Option<String>,
}
Expand description
WebLastPushBranch 模型
Fields§
§date_time: Option<String>
§pull_number: Option<i64>
§is_head: Option<bool>
§ref: Option<String>
Trait Implementations§
Source§impl Clone for WebLastPushBranch
impl Clone for WebLastPushBranch
Source§fn clone(&self) -> WebLastPushBranch
fn clone(&self) -> WebLastPushBranch
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 WebLastPushBranch
impl Debug for WebLastPushBranch
Source§impl<'de> Deserialize<'de> for WebLastPushBranch
impl<'de> Deserialize<'de> for WebLastPushBranch
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 WebLastPushBranch
impl RefUnwindSafe for WebLastPushBranch
impl Send for WebLastPushBranch
impl Sync for WebLastPushBranch
impl Unpin for WebLastPushBranch
impl UnwindSafe for WebLastPushBranch
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