[−][src]Struct artichoke_backend::class::Builder
Implementations
impl<'a> Builder<'a>
[src]
#[must_use]pub fn for_spec(interp: &'a mut Artichoke, spec: &'a Spec) -> Self
[src]
#[must_use]pub fn value_is_rust_object(mut self: Self) -> Self
[src]
pub fn with_super_class<T, U>(
mut self: Self,
classname: U
) -> Result<Self, Error> where
T: Any,
U: Into<Cow<'static, str>>,
[src]
mut self: Self,
classname: U
) -> Result<Self, Error> where
T: Any,
U: Into<Cow<'static, str>>,
pub fn add_method<T>(
mut self: Self,
name: T,
method: Method,
args: mrb_aspec
) -> Result<Self, ConstantNameError> where
T: Into<Cow<'static, str>>,
[src]
mut self: Self,
name: T,
method: Method,
args: mrb_aspec
) -> Result<Self, ConstantNameError> where
T: Into<Cow<'static, str>>,
pub fn add_self_method<T>(
mut self: Self,
name: T,
method: Method,
args: mrb_aspec
) -> Result<Self, ConstantNameError> where
T: Into<Cow<'static, str>>,
[src]
mut self: Self,
name: T,
method: Method,
args: mrb_aspec
) -> Result<Self, ConstantNameError> where
T: Into<Cow<'static, str>>,
pub fn define(self) -> Result<(), NotDefinedError>
[src]
Trait Implementations
Auto Trait Implementations
impl<'a> !RefUnwindSafe for Builder<'a>
[src]
impl<'a> !Send for Builder<'a>
[src]
impl<'a> !Sync for Builder<'a>
[src]
impl<'a> Unpin for Builder<'a>
[src]
impl<'a> !UnwindSafe for Builder<'a>
[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
pub fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
[src]
V: MultiLane<T>,