pub struct MasterUriConfig {
pub lock_name: String,
pub delegate_uri: String,
}Fields§
§lock_name: String§delegate_uri: StringImplementations§
Source§impl MasterUriConfig
impl MasterUriConfig
pub fn parse(uri: &str) -> Result<Self, CamelError>
Trait Implementations§
Source§impl Clone for MasterUriConfig
impl Clone for MasterUriConfig
Source§fn clone(&self) -> MasterUriConfig
fn clone(&self) -> MasterUriConfig
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 moreAuto Trait Implementations§
impl Freeze for MasterUriConfig
impl RefUnwindSafe for MasterUriConfig
impl Send for MasterUriConfig
impl Sync for MasterUriConfig
impl Unpin for MasterUriConfig
impl UnsafeUnpin for MasterUriConfig
impl UnwindSafe for MasterUriConfig
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