pub struct LatestCommit {
pub sha: String,
pub mes: String,
pub author: Committer,
pub committer: Committer,
}Fields§
§sha: String§mes: String§committer: CommitterTrait Implementations§
Source§impl Debug for LatestCommit
impl Debug for LatestCommit
Source§impl<'__de, __A> Decode<'__de, Binary, __A> for LatestCommitwhere
__A: Allocator,
impl<'__de, __A> Decode<'__de, Binary, __A> for LatestCommitwhere
__A: Allocator,
Source§const IS_BITWISE_DECODE: bool = false
const IS_BITWISE_DECODE: bool = false
Whether the type is packed. Packed types can be bitwise copied if the
representation of the serialization format is identical to the memory
layout of the type. Read more
Source§impl<'__de, __A> Decode<'__de, Text, __A> for LatestCommitwhere
__A: Allocator,
impl<'__de, __A> Decode<'__de, Text, __A> for LatestCommitwhere
__A: Allocator,
Source§const IS_BITWISE_DECODE: bool = false
const IS_BITWISE_DECODE: bool = false
Whether the type is packed. Packed types can be bitwise copied if the
representation of the serialization format is identical to the memory
layout of the type. Read more
Source§impl Encode<Binary> for LatestCommit
impl Encode<Binary> for LatestCommit
Source§const IS_BITWISE_ENCODE: bool = false
const IS_BITWISE_ENCODE: bool = false
Whether the type is packed. Packed types can be bitwise copied if the
representation of the serialization format is identical to the memory
layout of the type. Read more
Source§type Encode = LatestCommit
type Encode = LatestCommit
The underlying type being encoded. Read more
Source§impl Encode<Text> for LatestCommit
impl Encode<Text> for LatestCommit
Source§const IS_BITWISE_ENCODE: bool = false
const IS_BITWISE_ENCODE: bool = false
Whether the type is packed. Packed types can be bitwise copied if the
representation of the serialization format is identical to the memory
layout of the type. Read more
Source§type Encode = LatestCommit
type Encode = LatestCommit
The underlying type being encoded. Read more
Auto Trait Implementations§
impl Freeze for LatestCommit
impl RefUnwindSafe for LatestCommit
impl Send for LatestCommit
impl Sync for LatestCommit
impl Unpin for LatestCommit
impl UnwindSafe for LatestCommit
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