Struct waking_git_core::extractor::git::Blob
source · pub struct Blob {
pub filemode: i32,
pub name: String,
pub path: String,
pub path_sha: String,
pub sha: String,
}
Fields§
§filemode: i32
§name: String
§path: String
§path_sha: String
§sha: String
Trait Implementations§
source§impl<'de> Deserialize<'de> for Blob
impl<'de> Deserialize<'de> for Blob
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 RefUnwindSafe for Blob
impl Send for Blob
impl Sync for Blob
impl Unpin for Blob
impl UnwindSafe for Blob
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