pub struct props_level3(/* private fields */);Implementations§
Source§impl props_level3
impl props_level3
pub const fn new() -> Self
pub const fn encode(self) -> u8
pub const fn decode(n: u8) -> Self
pub const fn level(self) -> prop_level_3
pub const fn with_level(self, level: prop_level_3) -> Self
Trait Implementations§
Source§impl Clone for props_level3
impl Clone for props_level3
Source§fn clone(&self) -> props_level3
fn clone(&self) -> props_level3
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 moreSource§impl Default for props_level3
impl Default for props_level3
Source§impl Hash for props_level3
impl Hash for props_level3
Source§impl PartialEq for props_level3
impl PartialEq for props_level3
impl Copy for props_level3
impl Eq for props_level3
impl StructuralPartialEq for props_level3
Auto Trait Implementations§
impl Freeze for props_level3
impl RefUnwindSafe for props_level3
impl Send for props_level3
impl Sync for props_level3
impl Unpin for props_level3
impl UnwindSafe for props_level3
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