Struct zookeeper_client::CreateOptions
source · [−]pub struct CreateOptions<'a> { /* private fields */ }Expand description
Options for node creation.
Implementations
sourceimpl<'a> CreateOptions<'a>
impl<'a> CreateOptions<'a>
sourcepub fn new(mode: CreateMode, acls: &'a [Acl]) -> CreateOptions<'a>
pub fn new(mode: CreateMode, acls: &'a [Acl]) -> CreateOptions<'a>
Constructs options with specified create mode and acls.
Auto 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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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