pub struct LineStringEncoder(/* private fields */);Implementations§
Source§impl LineStringEncoder
impl LineStringEncoder
pub fn new(array: LineStringArray) -> Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LineStringEncoder
impl RefUnwindSafe for LineStringEncoder
impl Send for LineStringEncoder
impl Sync for LineStringEncoder
impl Unpin for LineStringEncoder
impl UnsafeUnpin for LineStringEncoder
impl UnwindSafe for LineStringEncoder
Blanket Implementations§
impl<T> Allocation for T
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