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