pub struct Builder<'a, D> { /* private fields */ }Available on crate features
ssh or tls only.Implementations§
Source§impl<D> Builder<'_, D>
impl<D> Builder<'_, D>
pub fn target(self, target: Datastore) -> Result<Self, Error>
pub fn config(self, config: D) -> Self
pub fn url<S: AsRef<str>>(self, url: S) -> Result<Self, Error>
pub const fn default_operation( self, default_operation: DefaultOperation, ) -> Self
pub fn error_option(self, error_option: ErrorOption) -> Result<Self, Error>
pub fn test_option(self, test_option: TestOption) -> Result<Self, Error>
Trait Implementations§
Source§impl<'a, D> Builder<'a, EditConfig<D>> for Builder<'a, D>
impl<'a, D> Builder<'a, EditConfig<D>> for Builder<'a, D>
Auto Trait Implementations§
impl<'a, D> Freeze for Builder<'a, D>where
D: Freeze,
impl<'a, D> RefUnwindSafe for Builder<'a, D>where
D: RefUnwindSafe,
impl<'a, D> Send for Builder<'a, D>where
D: Send,
impl<'a, D> Sync for Builder<'a, D>where
D: Sync,
impl<'a, D> Unpin for Builder<'a, D>where
D: Unpin,
impl<'a, D> UnwindSafe for Builder<'a, D>where
D: UnwindSafe,
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