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