Type Definition biscuit_auth::AuthorizerLimits
source · pub type AuthorizerLimits = RunLimits;Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for RunLimits
impl Send for RunLimits
impl Sync for RunLimits
impl Unpin for RunLimits
impl UnwindSafe for RunLimits
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