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