pub struct CasbinGuard(/* private fields */);Trait Implementations§
Source§impl Clone for CasbinGuard
impl Clone for CasbinGuard
Source§fn clone(&self) -> CasbinGuard
fn clone(&self) -> CasbinGuard
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 moreSource§impl<'a, 'r> FromRequest<'a, 'r> for CasbinGuard
impl<'a, 'r> FromRequest<'a, 'r> for CasbinGuard
Auto Trait Implementations§
impl Freeze for CasbinGuard
impl RefUnwindSafe for CasbinGuard
impl Send for CasbinGuard
impl Sync for CasbinGuard
impl Unpin for CasbinGuard
impl UnwindSafe for CasbinGuard
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