pub enum LeaseScope {
Project,
}Expand description
Scope at which subc enforces one active scheduler lease.
Variants§
Project
Trait Implementations§
Source§impl Clone for LeaseScope
impl Clone for LeaseScope
Source§fn clone(&self) -> LeaseScope
fn clone(&self) -> LeaseScope
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 moreSource§impl Debug for LeaseScope
impl Debug for LeaseScope
Source§impl<'de> Deserialize<'de> for LeaseScope
impl<'de> Deserialize<'de> for LeaseScope
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for LeaseScope
impl PartialEq for LeaseScope
Source§fn eq(&self, other: &LeaseScope) -> bool
fn eq(&self, other: &LeaseScope) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for LeaseScope
impl Serialize for LeaseScope
impl StructuralPartialEq for LeaseScope
Auto Trait Implementations§
impl Freeze for LeaseScope
impl RefUnwindSafe for LeaseScope
impl Send for LeaseScope
impl Sync for LeaseScope
impl Unpin for LeaseScope
impl UnsafeUnpin for LeaseScope
impl UnwindSafe for LeaseScope
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