pub struct FnUsesCasting {
pub id: usize,
pub user: usize,
pub spell_book: usize,
pub function: SBFunction,
pub parameter: Option<usize>,
pub body: Option<FnBody>,
}
Fields§
§id: usize
§user: usize
§spell_book: usize
§function: SBFunction
§parameter: Option<usize>
§body: Option<FnBody>
Trait Implementations§
Source§impl Clone for FnUsesCasting
impl Clone for FnUsesCasting
Source§fn clone(&self) -> FnUsesCasting
fn clone(&self) -> FnUsesCasting
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for FnUsesCasting
impl Debug for FnUsesCasting
Source§impl Node for FnUsesCasting
impl Node for FnUsesCasting
impl Send for FnUsesCasting
impl Sync for FnUsesCasting
Auto Trait Implementations§
impl Freeze for FnUsesCasting
impl !RefUnwindSafe for FnUsesCasting
impl Unpin for FnUsesCasting
impl !UnwindSafe for FnUsesCasting
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