pub struct RegisterTableParams {
pub key_path: String,
pub key_name: String,
}Fields§
§key_path: String§key_name: StringImplementations§
Auto Trait Implementations§
impl Freeze for RegisterTableParams
impl RefUnwindSafe for RegisterTableParams
impl Send for RegisterTableParams
impl Sync for RegisterTableParams
impl Unpin for RegisterTableParams
impl UnwindSafe for RegisterTableParams
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