pub struct WikiUpdateParameters {
pub name: Option<String>,
pub versions: Vec<GitVersionDescriptor>,
}Expand description
Wiki update parameters.
Fields§
§name: Option<String>Name for wiki.
versions: Vec<GitVersionDescriptor>Versions of the wiki.
Implementations§
Trait Implementations§
Source§impl Clone for WikiUpdateParameters
impl Clone for WikiUpdateParameters
Source§fn clone(&self) -> WikiUpdateParameters
fn clone(&self) -> WikiUpdateParameters
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 WikiUpdateParameters
impl Debug for WikiUpdateParameters
Source§impl Default for WikiUpdateParameters
impl Default for WikiUpdateParameters
Source§fn default() -> WikiUpdateParameters
fn default() -> WikiUpdateParameters
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for WikiUpdateParameters
impl<'de> Deserialize<'de> for WikiUpdateParameters
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 WikiUpdateParameters
impl PartialEq for WikiUpdateParameters
Source§impl Serialize for WikiUpdateParameters
impl Serialize for WikiUpdateParameters
impl StructuralPartialEq for WikiUpdateParameters
Auto Trait Implementations§
impl Freeze for WikiUpdateParameters
impl RefUnwindSafe for WikiUpdateParameters
impl Send for WikiUpdateParameters
impl Sync for WikiUpdateParameters
impl Unpin for WikiUpdateParameters
impl UnwindSafe for WikiUpdateParameters
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