pub struct LakeFSConfig {
pub endpoint: String,
pub repository: String,
pub branch: String,
pub access_key: String,
pub secret_key: String,
}Fields§
§endpoint: String§repository: String§branch: String§access_key: String§secret_key: StringImplementations§
Trait Implementations§
Source§impl Clone for LakeFSConfig
impl Clone for LakeFSConfig
Source§fn clone(&self) -> LakeFSConfig
fn clone(&self) -> LakeFSConfig
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 LakeFSConfig
impl RefUnwindSafe for LakeFSConfig
impl Send for LakeFSConfig
impl Sync for LakeFSConfig
impl Unpin for LakeFSConfig
impl UnwindSafe for LakeFSConfig
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