pub struct InstanceInit {
pub block: Block,
}Expand description
An instance initializer.
Fields§
§block: BlockImplementations§
Trait Implementations§
Source§impl Clone for InstanceInit
impl Clone for InstanceInit
Source§fn clone(&self) -> InstanceInit
fn clone(&self) -> InstanceInit
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 InstanceInit
impl Debug for InstanceInit
Source§impl Hash for InstanceInit
impl Hash for InstanceInit
Source§impl PartialEq for InstanceInit
impl PartialEq for InstanceInit
Source§fn eq(&self, other: &InstanceInit) -> bool
fn eq(&self, other: &InstanceInit) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for InstanceInit
impl StructuralPartialEq for InstanceInit
Auto Trait Implementations§
impl Freeze for InstanceInit
impl RefUnwindSafe for InstanceInit
impl Send for InstanceInit
impl Sync for InstanceInit
impl Unpin for InstanceInit
impl UnsafeUnpin for InstanceInit
impl UnwindSafe for InstanceInit
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