pub struct Committer {
pub datetime: u64,
pub email: String,
pub name: XString,
}Fields§
§datetime: u64§email: String§name: XStringTrait Implementations§
Source§impl<'__de, __A> Decode<'__de, Binary, __A> for Committerwhere
__A: Allocator,
impl<'__de, __A> Decode<'__de, Binary, __A> for Committerwhere
__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 Committerwhere
__A: Allocator,
impl<'__de, __A> Decode<'__de, Text, __A> for Committerwhere
__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 Committer
impl Encode<Binary> for Committer
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§impl Encode<Text> for Committer
impl Encode<Text> for Committer
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
Auto Trait Implementations§
impl Freeze for Committer
impl RefUnwindSafe for Committer
impl Send for Committer
impl Sync for Committer
impl Unpin for Committer
impl UnwindSafe for Committer
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