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