pub struct OsdidClient<T> { /* private fields */ }
Implementations§
Source§impl<T> OsdidClient<T>where
T: Client,
impl<T> OsdidClient<T>where
T: Client,
Source§impl<T> OsdidClient<T>where
T: Client,
impl<T> OsdidClient<T>where
T: Client,
Source§impl<T> OsdidClient<T>where
T: Client,
impl<T> OsdidClient<T>where
T: Client,
Source§impl<T> OsdidClient<T>where
T: Client,
impl<T> OsdidClient<T>where
T: Client,
pub fn metadata(&self) -> MetadataClient<T>
Source§impl<T> OsdidClient<T>where
T: Client,
impl<T> OsdidClient<T>where
T: Client,
pub fn lv_info(&self) -> LvInfoClient<T>
Source§impl<T> OsdidClient<T>where
T: Client,
impl<T> OsdidClient<T>where
T: Client,
pub fn in_name(&self) -> InNameClient<T>
Source§impl<T> OsdidClient<T>where
T: Client,
impl<T> OsdidClient<T>where
T: Client,
pub fn scrub(&self) -> ScrubClient<T>
Auto Trait Implementations§
impl<T> Freeze for OsdidClient<T>where
T: Freeze,
impl<T> RefUnwindSafe for OsdidClient<T>where
T: RefUnwindSafe,
impl<T> Send for OsdidClient<T>where
T: Send,
impl<T> Sync for OsdidClient<T>where
T: Sync,
impl<T> Unpin for OsdidClient<T>where
T: Unpin,
impl<T> UnwindSafe for OsdidClient<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