pub struct CasbinVals {
pub subject: String,
pub domain: Option<String>,
}
Fields§
§subject: String
§domain: Option<String>
Trait Implementations§
Source§impl Clone for CasbinVals
impl Clone for CasbinVals
Source§fn clone(&self) -> CasbinVals
fn clone(&self) -> CasbinVals
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 moreAuto 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