Struct datafusion::datasource::object_store::ObjectStoreUrl
source · pub struct ObjectStoreUrl { /* private fields */ }
Expand description
A parsed URL identifying a particular ObjectStore
Implementations
sourceimpl ObjectStoreUrl
impl ObjectStoreUrl
sourcepub fn local_filesystem() -> Self
pub fn local_filesystem() -> Self
An ObjectStoreUrl
for the local filesystem
sourcepub fn as_str(&self) -> &str
pub fn as_str(&self) -> &str
Returns this ObjectStoreUrl
as a string
Trait Implementations
sourceimpl AsRef<Url> for ObjectStoreUrl
impl AsRef<Url> for ObjectStoreUrl
sourceimpl AsRef<str> for ObjectStoreUrl
impl AsRef<str> for ObjectStoreUrl
sourceimpl Clone for ObjectStoreUrl
impl Clone for ObjectStoreUrl
sourcefn clone(&self) -> ObjectStoreUrl
fn clone(&self) -> ObjectStoreUrl
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for ObjectStoreUrl
impl Debug for ObjectStoreUrl
Auto Trait Implementations
impl RefUnwindSafe for ObjectStoreUrl
impl Send for ObjectStoreUrl
impl Sync for ObjectStoreUrl
impl Unpin for ObjectStoreUrl
impl UnwindSafe for ObjectStoreUrl
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more