pub struct Bucket { /* private fields */ }Expand description
the bucket instance.
Implementations§
Trait Implementations§
Source§impl InstallWith for Bucket
impl InstallWith for Bucket
Source§fn install_with(module: &mut Module) -> Result<(), ContextError>
fn install_with(module: &mut Module) -> Result<(), ContextError>
Hook to install more things into the module.
Source§impl MaybeTypeOf for Bucket
impl MaybeTypeOf for Bucket
Source§fn maybe_type_of() -> Option<FullTypeOf>
fn maybe_type_of() -> Option<FullTypeOf>
Type information for the given type.
Source§impl UnsafeToMut for Bucket
impl UnsafeToMut for Bucket
Source§impl UnsafeToRef for Bucket
impl UnsafeToRef for Bucket
Source§impl UnsafeToValue for &Bucket
impl UnsafeToValue for &Bucket
Source§impl UnsafeToValue for &mut Bucket
impl UnsafeToValue for &mut Bucket
Auto Trait Implementations§
impl Freeze for Bucket
impl RefUnwindSafe for Bucket
impl Send for Bucket
impl Sync for Bucket
impl Unpin for Bucket
impl UnwindSafe for Bucket
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)Source§impl<T> FromValue for Twhere
T: Any,
impl<T> FromValue for Twhere
T: Any,
Source§fn from_value(value: Value) -> VmResult<T>
fn from_value(value: Value) -> VmResult<T>
Try to convert to the given type, from the given value.