pub struct BranchRecord {
pub kind: String,
pub number: i64,
}Fields§
§kind: String§number: i64Trait Implementations§
Source§impl Clone for BranchRecord
impl Clone for BranchRecord
Source§fn clone(&self) -> BranchRecord
fn clone(&self) -> BranchRecord
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 BranchRecord
impl Debug for BranchRecord
Source§impl<'de> Deserialize<'de> for BranchRecord
impl<'de> Deserialize<'de> for BranchRecord
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 BranchRecord
impl RefUnwindSafe for BranchRecord
impl Send for BranchRecord
impl Sync for BranchRecord
impl Unpin for BranchRecord
impl UnsafeUnpin for BranchRecord
impl UnwindSafe for BranchRecord
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