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 metadata(&self) -> MetadataClient<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 flags(&self) -> FlagsClient<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