Struct forgejo_api::structs::WikiCommit
source · pub struct WikiCommit {
pub author: Option<CommitUser>,
pub commiter: Option<CommitUser>,
pub message: Option<String>,
pub sha: Option<String>,
}Expand description
WikiCommit page commit/revision
Fields§
§commiter: Option<CommitUser>§message: Option<String>§sha: Option<String>Trait Implementations§
source§impl Clone for WikiCommit
impl Clone for WikiCommit
source§fn clone(&self) -> WikiCommit
fn clone(&self) -> WikiCommit
Returns a copy 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 WikiCommit
impl Debug for WikiCommit
source§impl<'de> Deserialize<'de> for WikiCommit
impl<'de> Deserialize<'de> for WikiCommit
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
source§impl PartialEq for WikiCommit
impl PartialEq for WikiCommit
source§fn eq(&self, other: &WikiCommit) -> bool
fn eq(&self, other: &WikiCommit) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for WikiCommit
impl Serialize for WikiCommit
impl StructuralPartialEq for WikiCommit
Auto Trait Implementations§
impl Freeze for WikiCommit
impl RefUnwindSafe for WikiCommit
impl Send for WikiCommit
impl Sync for WikiCommit
impl Unpin for WikiCommit
impl UnwindSafe for WikiCommit
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