pub struct ChangelogClient<T> { /* private fields */ }
Implementations§
Source§impl<T> ChangelogClient<T>where
T: Client,
impl<T> ChangelogClient<T>where
T: Client,
Auto Trait Implementations§
impl<T> Freeze for ChangelogClient<T>where
T: Freeze,
impl<T> RefUnwindSafe for ChangelogClient<T>where
T: RefUnwindSafe,
impl<T> Send for ChangelogClient<T>where
T: Send,
impl<T> Sync for ChangelogClient<T>where
T: Sync,
impl<T> Unpin for ChangelogClient<T>where
T: Unpin,
impl<T> UnwindSafe for ChangelogClient<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