pub struct WebhooksProjectChanges {
pub archived_at: Option<Box<WebhooksProjectChangesArchivedAt>>,
}
Fields§
§archived_at: Option<Box<WebhooksProjectChangesArchivedAt>>
Implementations§
Source§impl WebhooksProjectChanges
impl WebhooksProjectChanges
pub fn new() -> WebhooksProjectChanges
Trait Implementations§
Source§impl Clone for WebhooksProjectChanges
impl Clone for WebhooksProjectChanges
Source§fn clone(&self) -> WebhooksProjectChanges
fn clone(&self) -> WebhooksProjectChanges
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 Debug for WebhooksProjectChanges
impl Debug for WebhooksProjectChanges
Source§impl Default for WebhooksProjectChanges
impl Default for WebhooksProjectChanges
Source§fn default() -> WebhooksProjectChanges
fn default() -> WebhooksProjectChanges
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for WebhooksProjectChanges
impl<'de> Deserialize<'de> for WebhooksProjectChanges
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 WebhooksProjectChanges
impl PartialEq for WebhooksProjectChanges
Source§impl Serialize for WebhooksProjectChanges
impl Serialize for WebhooksProjectChanges
impl StructuralPartialEq for WebhooksProjectChanges
Auto Trait Implementations§
impl Freeze for WebhooksProjectChanges
impl RefUnwindSafe for WebhooksProjectChanges
impl Send for WebhooksProjectChanges
impl Sync for WebhooksProjectChanges
impl Unpin for WebhooksProjectChanges
impl UnwindSafe for WebhooksProjectChanges
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