pub struct EnforceContext {
pub r_type: String,
pub p_type: String,
pub e_type: String,
pub m_type: String,
}Fields§
§r_type: String§p_type: String§e_type: String§m_type: StringImplementations§
Auto Trait Implementations§
impl Freeze for EnforceContext
impl RefUnwindSafe for EnforceContext
impl Send for EnforceContext
impl Sync for EnforceContext
impl Unpin for EnforceContext
impl UnwindSafe for EnforceContext
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