Struct zookeeper_client::CreateOptions
source · pub struct CreateOptions<'a> { /* private fields */ }
Expand description
Options for node creation, constructed from CreateMode::with_acls.
Implementations§
Trait Implementations§
source§impl<'a> Clone for CreateOptions<'a>
impl<'a> Clone for CreateOptions<'a>
source§fn clone(&self) -> CreateOptions<'a>
fn clone(&self) -> CreateOptions<'a>
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 moreAuto Trait Implementations§
impl<'a> RefUnwindSafe for CreateOptions<'a>
impl<'a> Send for CreateOptions<'a>
impl<'a> Sync for CreateOptions<'a>
impl<'a> Unpin for CreateOptions<'a>
impl<'a> UnwindSafe for CreateOptions<'a>
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