Struct WcmSettingType
#[repr(transparent)]pub struct WcmSettingType(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for WcmSettingType
impl Clone for WcmSettingType
§fn clone(&self) -> WcmSettingType
fn clone(&self) -> WcmSettingType
Returns a copy 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 more§impl Debug for WcmSettingType
impl Debug for WcmSettingType
§impl Default for WcmSettingType
impl Default for WcmSettingType
§fn default() -> WcmSettingType
fn default() -> WcmSettingType
Returns the “default value” for a type. Read more
§impl PartialEq for WcmSettingType
impl PartialEq for WcmSettingType
impl Copy for WcmSettingType
impl Eq for WcmSettingType
impl StructuralPartialEq for WcmSettingType
Auto Trait Implementations§
impl Freeze for WcmSettingType
impl RefUnwindSafe for WcmSettingType
impl Send for WcmSettingType
impl Sync for WcmSettingType
impl Unpin for WcmSettingType
impl UnwindSafe for WcmSettingType
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