pub struct DatatypeParam {
pub name: String,
pub value: String,
}Expand description
Datatype parameter: { length = "4" }.
Fields§
§name: String§value: StringTrait Implementations§
Source§impl Clone for DatatypeParam
impl Clone for DatatypeParam
Source§fn clone(&self) -> DatatypeParam
fn clone(&self) -> DatatypeParam
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 DatatypeParam
impl RefUnwindSafe for DatatypeParam
impl Send for DatatypeParam
impl Sync for DatatypeParam
impl Unpin for DatatypeParam
impl UnsafeUnpin for DatatypeParam
impl UnwindSafe for DatatypeParam
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