pub struct CodePart(/* private fields */);Implementations§
Trait Implementations§
Source§impl AsAnyValue for CodePart
impl AsAnyValue for CodePart
fn as_any_value(&self) -> AnyValue
Auto Trait Implementations§
impl Freeze for CodePart
impl !RefUnwindSafe for CodePart
impl Send for CodePart
impl Sync for CodePart
impl Unpin for CodePart
impl !UnwindSafe for CodePart
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