pub struct BitableService {
pub v1: V1,
/* private fields */
}Fields§
§v1: V1Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BitableService
impl !RefUnwindSafe for BitableService
impl Send for BitableService
impl Sync for BitableService
impl Unpin for BitableService
impl !UnwindSafe for BitableService
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