Struct pulsar_admin_sdk::models::functions_v2::FunctionsV2
source · pub struct FunctionsV2 {
pub list_of_connectors: Option<Vec<ConnectorDefinition>>,
}Fields§
§list_of_connectors: Option<Vec<ConnectorDefinition>>Implementations§
source§impl FunctionsV2
impl FunctionsV2
pub fn new() -> FunctionsV2
Trait Implementations§
source§impl Clone for FunctionsV2
impl Clone for FunctionsV2
source§fn clone(&self) -> FunctionsV2
fn clone(&self) -> FunctionsV2
Returns a copy 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 FunctionsV2
impl Debug for FunctionsV2
source§impl Default for FunctionsV2
impl Default for FunctionsV2
source§fn default() -> FunctionsV2
fn default() -> FunctionsV2
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for FunctionsV2
impl<'de> Deserialize<'de> for FunctionsV2
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 FunctionsV2
impl PartialEq for FunctionsV2
source§fn eq(&self, other: &FunctionsV2) -> bool
fn eq(&self, other: &FunctionsV2) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for FunctionsV2
impl Serialize for FunctionsV2
impl StructuralPartialEq for FunctionsV2
Auto Trait Implementations§
impl RefUnwindSafe for FunctionsV2
impl Send for FunctionsV2
impl Sync for FunctionsV2
impl Unpin for FunctionsV2
impl UnwindSafe for FunctionsV2
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