pub struct CasbinVals {
pub subject: Option<String>,
pub domain: Option<String>,
}Fields§
§subject: Option<String>§domain: Option<String>Implementations§
Source§impl CasbinVals
impl CasbinVals
Auto Trait Implementations§
impl Freeze for CasbinVals
impl RefUnwindSafe for CasbinVals
impl Send for CasbinVals
impl Sync for CasbinVals
impl Unpin for CasbinVals
impl UnwindSafe for CasbinVals
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