pub struct LakeFsClient {
pub setup_api: SetupApi,
pub repositories_api: RepositoriesApi,
pub user_api: UserApi,
pub user_group_api: GroupApi,
pub object_api: ObjectApi,
}
Fields§
§setup_api: SetupApi
§repositories_api: RepositoriesApi
§user_api: UserApi
§user_group_api: GroupApi
§object_api: ObjectApi
Implementations§
Trait Implementations§
Source§impl Clone for LakeFsClient
impl Clone for LakeFsClient
Source§fn clone(&self) -> LakeFsClient
fn clone(&self) -> LakeFsClient
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for LakeFsClient
impl !RefUnwindSafe for LakeFsClient
impl Send for LakeFsClient
impl Sync for LakeFsClient
impl Unpin for LakeFsClient
impl !UnwindSafe for LakeFsClient
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