pub struct MsgConstant {
pub name: String,
pub type_name: String,
pub value: i32,
}Fields§
§name: String§type_name: String§value: i32Trait Implementations§
Source§impl Clone for MsgConstant
impl Clone for MsgConstant
Source§fn clone(&self) -> MsgConstant
fn clone(&self) -> MsgConstant
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 moreAuto Trait Implementations§
impl Freeze for MsgConstant
impl RefUnwindSafe for MsgConstant
impl Send for MsgConstant
impl Sync for MsgConstant
impl Unpin for MsgConstant
impl UnsafeUnpin for MsgConstant
impl UnwindSafe for MsgConstant
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