pub struct TypeInstanceObject { /* private fields */ }
Expand description
Type type instance object. For each time the Plumber framework activate the execution of the servlet, it will automatically create a data buffer called type instance, which is used to tracking the protocol data.
This is the Rust wrapper for the type instance object. It doesn’t represent the ownership of the lower-level type instance data type. This is just a wrapper in Rust.
Implementations§
Auto Trait Implementations§
impl Freeze for TypeInstanceObject
impl RefUnwindSafe for TypeInstanceObject
impl !Send for TypeInstanceObject
impl !Sync for TypeInstanceObject
impl Unpin for TypeInstanceObject
impl UnwindSafe for TypeInstanceObject
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