pub struct RepoTopicOptions {
pub topics: Option<Vec<String>>,
}
Expand description
RepoTopicOptions : RepoTopicOptions a collection of repo topic names
Fields§
§topics: Option<Vec<String>>
list of topic names
Implementations§
Source§impl RepoTopicOptions
impl RepoTopicOptions
Sourcepub fn new() -> RepoTopicOptions
pub fn new() -> RepoTopicOptions
RepoTopicOptions a collection of repo 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 Default for RepoTopicOptions
impl Default for RepoTopicOptions
Source§fn default() -> RepoTopicOptions
fn default() -> RepoTopicOptions
Returns the “default value” for a type. Read more
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§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