pub enum LimitScope {
Global,
PerExpand,
}Expand description
The extent a limit applies to.
Variants§
Trait Implementations§
Source§impl Clone for LimitScope
impl Clone for LimitScope
Source§fn clone(&self) -> LimitScope
fn clone(&self) -> LimitScope
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for LimitScope
Source§impl Debug for LimitScope
impl Debug for LimitScope
impl Eq for LimitScope
Source§impl PartialEq for LimitScope
impl PartialEq for LimitScope
impl StructuralPartialEq for LimitScope
Auto Trait Implementations§
impl Freeze for LimitScope
impl RefUnwindSafe for LimitScope
impl Send for LimitScope
impl Sync for LimitScope
impl Unpin for LimitScope
impl UnsafeUnpin for LimitScope
impl UnwindSafe for LimitScope
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