pub struct WebhookTeamEditedChangesNotificationSetting {
pub from: String,
}
Fields§
§from: String
The previous version of the team’s notification setting if the action was edited
.
Implementations§
Trait Implementations§
Source§impl Clone for WebhookTeamEditedChangesNotificationSetting
impl Clone for WebhookTeamEditedChangesNotificationSetting
Source§fn clone(&self) -> WebhookTeamEditedChangesNotificationSetting
fn clone(&self) -> WebhookTeamEditedChangesNotificationSetting
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 WebhookTeamEditedChangesNotificationSetting
impl Default for WebhookTeamEditedChangesNotificationSetting
Source§fn default() -> WebhookTeamEditedChangesNotificationSetting
fn default() -> WebhookTeamEditedChangesNotificationSetting
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for WebhookTeamEditedChangesNotificationSetting
impl<'de> Deserialize<'de> for WebhookTeamEditedChangesNotificationSetting
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 WebhookTeamEditedChangesNotificationSetting
impl PartialEq for WebhookTeamEditedChangesNotificationSetting
Source§fn eq(&self, other: &WebhookTeamEditedChangesNotificationSetting) -> bool
fn eq(&self, other: &WebhookTeamEditedChangesNotificationSetting) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for WebhookTeamEditedChangesNotificationSetting
Auto Trait Implementations§
impl Freeze for WebhookTeamEditedChangesNotificationSetting
impl RefUnwindSafe for WebhookTeamEditedChangesNotificationSetting
impl Send for WebhookTeamEditedChangesNotificationSetting
impl Sync for WebhookTeamEditedChangesNotificationSetting
impl Unpin for WebhookTeamEditedChangesNotificationSetting
impl UnwindSafe for WebhookTeamEditedChangesNotificationSetting
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