pub struct PulsarConfig {
pub service_url: Option<String>,
}Fields§
§service_url: Option<String>Trait Implementations§
Source§impl Clone for PulsarConfig
impl Clone for PulsarConfig
Source§fn clone(&self) -> PulsarConfig
fn clone(&self) -> PulsarConfig
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 PulsarConfig
impl Debug for PulsarConfig
Source§impl Default for PulsarConfig
impl Default for PulsarConfig
Source§fn default() -> PulsarConfig
fn default() -> PulsarConfig
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for PulsarConfig
impl RefUnwindSafe for PulsarConfig
impl Send for PulsarConfig
impl Sync for PulsarConfig
impl Unpin for PulsarConfig
impl UnsafeUnpin for PulsarConfig
impl UnwindSafe for PulsarConfig
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