pub struct NacosConfig { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for NacosConfig
impl Clone for NacosConfig
Source§fn clone(&self) -> NacosConfig
fn clone(&self) -> NacosConfig
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 moreAuto Trait Implementations§
impl Freeze for NacosConfig
impl RefUnwindSafe for NacosConfig
impl Send for NacosConfig
impl Sync for NacosConfig
impl Unpin for NacosConfig
impl UnwindSafe for NacosConfig
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