pub struct WebhookRepositoryEditedChangesTopics {
pub from: Option<Option<Vec<String>>>,
}
Fields§
§from: Option<Option<Vec<String>>>
Implementations§
Trait Implementations§
Source§impl Clone for WebhookRepositoryEditedChangesTopics
impl Clone for WebhookRepositoryEditedChangesTopics
Source§fn clone(&self) -> WebhookRepositoryEditedChangesTopics
fn clone(&self) -> WebhookRepositoryEditedChangesTopics
Returns a duplicate 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 Default for WebhookRepositoryEditedChangesTopics
impl Default for WebhookRepositoryEditedChangesTopics
Source§fn default() -> WebhookRepositoryEditedChangesTopics
fn default() -> WebhookRepositoryEditedChangesTopics
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for WebhookRepositoryEditedChangesTopics
impl<'de> Deserialize<'de> for WebhookRepositoryEditedChangesTopics
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 WebhookRepositoryEditedChangesTopics
impl PartialEq for WebhookRepositoryEditedChangesTopics
Source§fn eq(&self, other: &WebhookRepositoryEditedChangesTopics) -> bool
fn eq(&self, other: &WebhookRepositoryEditedChangesTopics) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for WebhookRepositoryEditedChangesTopics
Auto Trait Implementations§
impl Freeze for WebhookRepositoryEditedChangesTopics
impl RefUnwindSafe for WebhookRepositoryEditedChangesTopics
impl Send for WebhookRepositoryEditedChangesTopics
impl Sync for WebhookRepositoryEditedChangesTopics
impl Unpin for WebhookRepositoryEditedChangesTopics
impl UnwindSafe for WebhookRepositoryEditedChangesTopics
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