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