pub struct BlueprintInterface {
pub functions: Vec<Function>,
}Fields§
§functions: Vec<Function>The functions and methods encountered in the blueprint interface.
Trait Implementations§
Source§impl Clone for BlueprintInterface
impl Clone for BlueprintInterface
Source§fn clone(&self) -> BlueprintInterface
fn clone(&self) -> BlueprintInterface
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 BlueprintInterface
impl Debug for BlueprintInterface
Source§impl Default for BlueprintInterface
impl Default for BlueprintInterface
Source§fn default() -> BlueprintInterface
fn default() -> BlueprintInterface
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for BlueprintInterface
impl RefUnwindSafe for BlueprintInterface
impl Send for BlueprintInterface
impl Sync for BlueprintInterface
impl Unpin for BlueprintInterface
impl UnwindSafe for BlueprintInterface
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