pub struct FunctionBlockTypeInitializer {
pub type_name: Id,
}Fields§
§type_name: IdTrait Implementations§
Source§impl Clone for FunctionBlockTypeInitializer
impl Clone for FunctionBlockTypeInitializer
Source§fn clone(&self) -> FunctionBlockTypeInitializer
fn clone(&self) -> FunctionBlockTypeInitializer
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 FunctionBlockTypeInitializer
impl Debug for FunctionBlockTypeInitializer
Source§impl PartialEq for FunctionBlockTypeInitializer
impl PartialEq for FunctionBlockTypeInitializer
Source§fn eq(&self, other: &FunctionBlockTypeInitializer) -> bool
fn eq(&self, other: &FunctionBlockTypeInitializer) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for FunctionBlockTypeInitializer
Auto Trait Implementations§
impl Freeze for FunctionBlockTypeInitializer
impl RefUnwindSafe for FunctionBlockTypeInitializer
impl Send for FunctionBlockTypeInitializer
impl Sync for FunctionBlockTypeInitializer
impl Unpin for FunctionBlockTypeInitializer
impl UnwindSafe for FunctionBlockTypeInitializer
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