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