pub struct compactible {
pub name: String,
pub client: Client,
}
Fields§
§name: String
§client: Client
Implementations§
Auto Trait Implementations§
impl Freeze for compactible
impl RefUnwindSafe for compactible
impl Send for compactible
impl Sync for compactible
impl Unpin for compactible
impl UnwindSafe for compactible
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