pub struct ExceptionRef {
pub list_id: String,
pub namespace_type: String,
pub ref_type: String,
pub id: Option<String>,
}Expand description
The {id, list_id, type, namespace_type} reference a rule carries.
Fields§
§list_id: String§namespace_type: String§ref_type: String§id: Option<String>Auto Trait Implementations§
impl Freeze for ExceptionRef
impl RefUnwindSafe for ExceptionRef
impl Send for ExceptionRef
impl Sync for ExceptionRef
impl Unpin for ExceptionRef
impl UnsafeUnpin for ExceptionRef
impl UnwindSafe for ExceptionRef
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