pub struct CephClient<T> { /* private fields */ }
Implementations§
Source§impl<T> CephClient<T>where
T: Client,
impl<T> CephClient<T>where
T: Client,
Source§impl<T> CephClient<T>where
T: Client,
impl<T> CephClient<T>where
T: Client,
pub fn pool(&self) -> PoolClient<T>
Source§impl<T> CephClient<T>where
T: Client,
impl<T> CephClient<T>where
T: Client,
pub fn init(&self) -> InitClient<T>
Source§impl<T> CephClient<T>where
T: Client,
impl<T> CephClient<T>where
T: Client,
pub fn stop(&self) -> StopClient<T>
Source§impl<T> CephClient<T>where
T: Client,
impl<T> CephClient<T>where
T: Client,
pub fn start(&self) -> StartClient<T>
Source§impl<T> CephClient<T>where
T: Client,
impl<T> CephClient<T>where
T: Client,
pub fn restart(&self) -> RestartClient<T>
Source§impl<T> CephClient<T>where
T: Client,
impl<T> CephClient<T>where
T: Client,
pub fn status(&self) -> StatusClient<T>
Source§impl<T> CephClient<T>where
T: Client,
impl<T> CephClient<T>where
T: Client,
pub fn crush(&self) -> CrushClient<T>
Source§impl<T> CephClient<T>where
T: Client,
impl<T> CephClient<T>where
T: Client,
pub fn rules(&self) -> RulesClient<T>
Source§impl<T> CephClient<T>where
T: Client,
impl<T> CephClient<T>where
T: Client,
pub fn cmd_safety(&self) -> CmdSafetyClient<T>
Auto Trait Implementations§
impl<T> Freeze for CephClient<T>where
T: Freeze,
impl<T> RefUnwindSafe for CephClient<T>where
T: RefUnwindSafe,
impl<T> Send for CephClient<T>where
T: Send,
impl<T> Sync for CephClient<T>where
T: Sync,
impl<T> Unpin for CephClient<T>where
T: Unpin,
impl<T> UnwindSafe for CephClient<T>where
T: 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