Struct arrow_format::ipc::SchemaRef
source · [−]pub struct SchemaRef<'a>(_);
Implementations
sourceimpl<'a> SchemaRef<'a>
impl<'a> SchemaRef<'a>
pub fn endianness(&self) -> Result<Endianness>
pub fn fields(&self) -> Result<Option<Vector<'a, Result<FieldRef<'a>>>>>
pub fn custom_metadata(
&self
) -> Result<Option<Vector<'a, Result<KeyValueRef<'a>>>>>
pub fn features(
&self
) -> Result<Option<Vector<'a, Result<Feature, UnknownEnumTag>>>>
Trait Implementations
sourceimpl<'a> ReadAsRoot<'a> for SchemaRef<'a>
impl<'a> ReadAsRoot<'a> for SchemaRef<'a>
impl<'a> Copy for SchemaRef<'a>
Auto Trait Implementations
impl<'a> RefUnwindSafe for SchemaRef<'a>
impl<'a> Send for SchemaRef<'a>
impl<'a> Sync for SchemaRef<'a>
impl<'a> Unpin for SchemaRef<'a>
impl<'a> UnwindSafe for SchemaRef<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into
)Uses borrowed data to replace owned data, usually by cloning. Read more