pub struct STArray(/* private fields */);Trait Implementations§
Source§impl ToTypeCode for STArray
impl ToTypeCode for STArray
fn to_type_code() -> u16
Auto Trait Implementations§
impl Freeze for STArray
impl RefUnwindSafe for STArray
impl Send for STArray
impl Sync for STArray
impl Unpin for STArray
impl UnwindSafe for STArray
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