pub struct LeaseDependency {
pub dependency_type: DependencyType,
pub requires_token: DependencyToken,
pub requires_level_by_preference: Vec<PowerLevel>,
}
Expand description
A dependency for a lease. It is equivalent to an fbroker::LevelDependency with the dependent fields omitted.
Fields§
§dependency_type: DependencyType
§requires_token: DependencyToken
§requires_level_by_preference: Vec<PowerLevel>
Auto Trait Implementations§
impl Freeze for LeaseDependency
impl RefUnwindSafe for LeaseDependency
impl Send for LeaseDependency
impl Sync for LeaseDependency
impl Unpin for LeaseDependency
impl UnwindSafe for LeaseDependency
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