pub struct RegAccessState {
pub reg_access_level: Option<String>,
pub reg_access_type: String,
}Fields§
§reg_access_level: Option<String>§reg_access_type: StringTrait Implementations§
Source§impl Clone for RegAccessState
impl Clone for RegAccessState
Source§fn clone(&self) -> RegAccessState
fn clone(&self) -> RegAccessState
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 RegAccessState
impl Debug for RegAccessState
Source§impl<'de> Deserialize<'de> for RegAccessState
impl<'de> Deserialize<'de> for RegAccessState
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for RegAccessState
impl PartialEq for RegAccessState
impl Eq for RegAccessState
impl StructuralPartialEq for RegAccessState
Auto Trait Implementations§
impl Freeze for RegAccessState
impl RefUnwindSafe for RegAccessState
impl Send for RegAccessState
impl Sync for RegAccessState
impl Unpin for RegAccessState
impl UnwindSafe for RegAccessState
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