Struct forgejo_api::structs::RepoTopicOptions
source · pub struct RepoTopicOptions {
pub topics: Option<Vec<String>>,
}Expand description
RepoTopicOptions a collection of repo topic names
Fields§
§topics: Option<Vec<String>>list of topic names
Trait Implementations§
source§impl Clone for RepoTopicOptions
impl Clone for RepoTopicOptions
source§fn clone(&self) -> RepoTopicOptions
fn clone(&self) -> RepoTopicOptions
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 RepoTopicOptions
impl Debug for RepoTopicOptions
source§impl<'de> Deserialize<'de> for RepoTopicOptions
impl<'de> Deserialize<'de> for RepoTopicOptions
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 RepoTopicOptions
impl PartialEq for RepoTopicOptions
source§fn eq(&self, other: &RepoTopicOptions) -> bool
fn eq(&self, other: &RepoTopicOptions) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for RepoTopicOptions
impl Serialize for RepoTopicOptions
impl StructuralPartialEq for RepoTopicOptions
Auto Trait Implementations§
impl Freeze for RepoTopicOptions
impl RefUnwindSafe for RepoTopicOptions
impl Send for RepoTopicOptions
impl Sync for RepoTopicOptions
impl Unpin for RepoTopicOptions
impl UnwindSafe for RepoTopicOptions
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)