#[non_exhaustive]pub struct SingularConnectorProfileProperties {}
Expand description
The connector-specific profile properties required when using Singular.
Implementations
sourceimpl SingularConnectorProfileProperties
impl SingularConnectorProfileProperties
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SingularConnectorProfileProperties
.
Trait Implementations
sourceimpl Clone for SingularConnectorProfileProperties
impl Clone for SingularConnectorProfileProperties
sourcefn clone(&self) -> SingularConnectorProfileProperties
fn clone(&self) -> SingularConnectorProfileProperties
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl PartialEq<SingularConnectorProfileProperties> for SingularConnectorProfileProperties
impl PartialEq<SingularConnectorProfileProperties> for SingularConnectorProfileProperties
sourcefn eq(&self, other: &SingularConnectorProfileProperties) -> bool
fn eq(&self, other: &SingularConnectorProfileProperties) -> bool
impl StructuralPartialEq for SingularConnectorProfileProperties
Auto Trait Implementations
impl RefUnwindSafe for SingularConnectorProfileProperties
impl Send for SingularConnectorProfileProperties
impl Sync for SingularConnectorProfileProperties
impl Unpin for SingularConnectorProfileProperties
impl UnwindSafe for SingularConnectorProfileProperties
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more