pub struct VariableArrayTypeDef {
pub identification: Auid,
pub symbol: String,
pub namespace: String,
pub element_type: Auid,
}Fields§
§identification: Auid§symbol: String§namespace: String§element_type: AuidTrait Implementations§
Source§impl Clone for VariableArrayTypeDef
impl Clone for VariableArrayTypeDef
Source§fn clone(&self) -> VariableArrayTypeDef
fn clone(&self) -> VariableArrayTypeDef
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 moreAuto Trait Implementations§
impl Freeze for VariableArrayTypeDef
impl RefUnwindSafe for VariableArrayTypeDef
impl Send for VariableArrayTypeDef
impl Sync for VariableArrayTypeDef
impl Unpin for VariableArrayTypeDef
impl UnsafeUnpin for VariableArrayTypeDef
impl UnwindSafe for VariableArrayTypeDef
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