pub struct Loki { /* private fields */ }
Expand description
The Loki client
Implementations§
Auto Trait Implementations§
impl Freeze for Loki
impl RefUnwindSafe for Loki
impl Send for Loki
impl Sync for Loki
impl Unpin for Loki
impl UnwindSafe for Loki
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