#[repr(C)]pub struct IfrFormMapMethod {
pub method_title: StringId,
pub method_identifier: Guid,
}Fields§
§method_title: StringId§method_identifier: GuidTrait Implementations§
Source§impl Clone for IfrFormMapMethod
impl Clone for IfrFormMapMethod
Source§fn clone(&self) -> IfrFormMapMethod
fn clone(&self) -> IfrFormMapMethod
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 IfrFormMapMethod
impl Debug for IfrFormMapMethod
impl Copy for IfrFormMapMethod
Auto Trait Implementations§
impl Freeze for IfrFormMapMethod
impl RefUnwindSafe for IfrFormMapMethod
impl Send for IfrFormMapMethod
impl Sync for IfrFormMapMethod
impl Unpin for IfrFormMapMethod
impl UnwindSafe for IfrFormMapMethod
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